From 30966a79cb67e0efc3e91a34b4a39b4d5d50b43e Mon Sep 17 00:00:00 2001 From: Habip Akyol <20181102066@ogr.msgsu.edu.tr> Date: Sun, 2 Feb 2025 17:41:49 +0300 Subject: [PATCH] docs(type): fix typo in index.ts (#6030) docs(type): fix typo in index.ts (#6030) --- test/module/typings/cjs/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/module/typings/cjs/index.ts b/test/module/typings/cjs/index.ts index fdab6be..4672903 100644 --- a/test/module/typings/cjs/index.ts +++ b/test/module/typings/cjs/index.ts @@ -478,7 +478,7 @@ for (const [header, value] of headers) { headers.get('x'); })(); -// AxiosHeaders instance assigment +// AxiosHeaders instance assignment { const requestInterceptorId: number = axios.interceptors.request.use(