Fix typos (#19849)
Found via `codespell -q 3 -S ./yarn.lock,./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,followings,keypair,medias,pattens,pixelx,rememberable,ro,te`
This commit is contained in:
parent
6f1559ed0f
commit
6ba52306f9
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ describe WebfingerResource do
|
|||
end
|
||||
|
||||
it 'finds the username in a mixed case http route' do
|
||||
resource = 'HTTp://exAMPLEe.com/users/alice'
|
||||
resource = 'HTTp://exAMPLe.com/users/alice'
|
||||
|
||||
result = WebfingerResource.new(resource).username
|
||||
expect(result).to eq 'alice'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue