Fix typos (#18604)
* Fix typos Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,pixelx,ro` * Follow-up typo fix
This commit is contained in:
parent
546672e292
commit
4aa3b9bd01
4 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ describe Request do
|
|||
expect(a_request(:get, 'http://example.com').with(headers: subject.headers)).to have_been_made
|
||||
end
|
||||
|
||||
it 'closes underlaying connection' do
|
||||
it 'closes underlying connection' do
|
||||
expect_any_instance_of(HTTP::Client).to receive(:close)
|
||||
expect { |block| subject.perform &block }.to yield_control
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue