mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
docs(type): fix typo in index.ts (#6030)
docs(type): fix typo in index.ts (#6030)
This commit is contained in:
@@ -478,7 +478,7 @@ for (const [header, value] of headers) {
|
|||||||
headers.get('x');
|
headers.get('x');
|
||||||
})();
|
})();
|
||||||
|
|
||||||
// AxiosHeaders instance assigment
|
// AxiosHeaders instance assignment
|
||||||
|
|
||||||
{
|
{
|
||||||
const requestInterceptorId: number = axios.interceptors.request.use(
|
const requestInterceptorId: number = axios.interceptors.request.use(
|
||||||
|
|||||||
Reference in New Issue
Block a user