Misc. typos (#8694)
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
This commit is contained in:
parent
4959ead07c
commit
40dd19be37
15 changed files with 18 additions and 18 deletions
|
@ -28,7 +28,7 @@ describe ApplicationController, type: :controller do
|
|||
expect(I18n.locale).to eq :fa
|
||||
end
|
||||
|
||||
it 'sets available and compatible langauge if none of available languages are preferred' do
|
||||
it 'sets available and compatible language if none of available languages are preferred' do
|
||||
request.headers['Accept-Language'] = 'fa-IR'
|
||||
get 'success'
|
||||
expect(I18n.locale).to eq :fa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue