2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

chore: fix typos in test (#6923)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Noritaka Kobayashi
2025-06-02 01:28:07 +09:00
committed by GitHub
parent 7d551393c3
commit eb0a2db04b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ describe('defaults', function () {
});
});
it('should resistent to ReDoS attack', function (done) {
it('should resistant to ReDoS attack', function (done) {
const instance = axios.create();
const start = performance.now();
const slashes = '/'.repeat(100000);