mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +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:
@ -33,7 +33,7 @@ describe AdminUserIndexQuery do
|
||||
expect(query.find_users_query.to_sql).to match("trust_level ASC")
|
||||
end
|
||||
|
||||
it "allows custom ordering for stats wtih default direction" do
|
||||
it "allows custom ordering for stats with default direction" do
|
||||
query = ::AdminUserIndexQuery.new(order: "topics_viewed")
|
||||
expect(query.find_users_query.to_sql).to match("topics_entered DESC")
|
||||
end
|
||||
|
Reference in New Issue
Block a user