"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
@@ -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();