"cancelation" → "cancellation" in test title

This commit is contained in:
Evan Hahn 2022-10-25 15:12:52 -05:00 committed by GitHub
parent e3c7072ef1
commit ad42d98774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -815,7 +815,7 @@ describe('link preview fetching', () => {
);
});
it('stops reading the body after cancelation', async () => {
it('stops reading the body after cancellation', async () => {
const shouldNeverBeCalled = sinon.stub();
const abortController = new AbortController();