Fix various typos (#17621)
Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro`
This commit is contained in:
parent
166f6e4b50
commit
73f5e4a1d9
13 changed files with 14 additions and 14 deletions
|
@ -90,7 +90,7 @@ RSpec.describe DeleteAccountService, type: :service do
|
|||
let!(:account) { Fabricate(:account, inbox_url: 'https://bob.com/inbox', protocol: :activitypub) }
|
||||
let!(:local_follower) { Fabricate(:account) }
|
||||
|
||||
it 'sends a reject follow to follwer inboxes' do
|
||||
it 'sends a reject follow to follower inboxes' do
|
||||
subject.call
|
||||
expect(a_request(:post, account.inbox_url)).to have_been_made.once
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue