Skip to content

Commit 0b923fa

Browse files
committed
Fix typos
1 parent 61c176c commit 0b923fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ 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

302302
class SpecialRequestImplementation extends Request {}

0 commit comments

Comments
 (0)