mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 13:51:37 +08:00
DEV: Correct typos and spelling mistakes (#12812)
Over the years we accrued many spelling mistakes in the code base. This PR attempts to fix spelling mistakes and typos in all areas of the code that are extremely safe to change - comments - test descriptions - other low risk areas
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
require "thor"
|
||||
|
||||
class DiscourseCLI < Thor
|
||||
desc "remap [--global,--regex] FROM TO", "Remap a string sequence accross all tables"
|
||||
desc "remap [--global,--regex] FROM TO", "Remap a string sequence across all tables"
|
||||
long_desc <<-LONGDESC
|
||||
Replace a string sequence FROM with TO across all tables.
|
||||
|
||||
|
Reference in New Issue
Block a user