mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +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:
@ -24,7 +24,7 @@ describe ThemeJavascriptsController do
|
||||
get "/theme-javascripts/#{digest}.js"
|
||||
end
|
||||
|
||||
it 'only accepts 40-char hexdecimal digest name' do
|
||||
it 'only accepts 40-char hexadecimal digest name' do
|
||||
update_digest_and_get('0123456789abcdefabcd0123456789abcdefabcd')
|
||||
expect(response.status).to eq(200)
|
||||
|
||||
|
Reference in New Issue
Block a user