Skip to content

Commit bf4621a

Browse files
committed
Fix typos
1 parent 61c176c commit bf4621a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/openapi-fetch/test/common/request.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,10 @@ describe("request", () => {
296296
});
297297

298298
test("uses provided Request class", async () => {
299-
// santity check to make sure the profided fetch function is actually called
299+
// sanity check to make sure the provided fetch function is actually called
300300
expect.assertions(1);
301301

302-
class SpecialRequestImplementation extends Request {}
302+
class SpecialRequestImplementation extends Request { }
303303

304304
const specialFetch = async (input: Request) => {
305305
// make sure that the request is actually an instance of the custom request we provided

0 commit comments

Comments
 (0)