Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb0a2db

Browse files
chore: fix typos in test (#6923)
Co-authored-by: Jay <[email protected]>
1 parent 7d55139 commit eb0a2db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/module/typings/esm/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ for (const [header, value] of headers) {
627627
headers.get('x');
628628
})();
629629

630-
// AxiosHeaders instance assigment
630+
// AxiosHeaders instance assignment
631631

632632
{
633633
const requestInterceptorId: number = axios.interceptors.request.use(

test/specs/defaults.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('defaults', function () {
186186
});
187187
});
188188

189-
it('should resistent to ReDoS attack', function (done) {
189+
it('should resistant to ReDoS attack', function (done) {
190190
const instance = axios.create();
191191
const start = performance.now();
192192
const slashes = '/'.repeat(100000);

0 commit comments

Comments
 (0)