We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c176c commit 0b923faCopy full SHA for 0b923fa
packages/openapi-fetch/test/common/request.test.ts
@@ -296,7 +296,7 @@ describe("request", () => {
296
});
297
298
test("uses provided Request class", async () => {
299
- // santity check to make sure the profided fetch function is actually called
+ // sanity check to make sure the provided fetch function is actually called
300
expect.assertions(1);
301
302
class SpecialRequestImplementation extends Request {}
0 commit comments