mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Fix typo - forEachMethodNoData
forEachMehtodNoData => forEachMethodNoData
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ defaults.headers = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
utils.forEach(['delete', 'get', 'head'], function forEachMehtodNoData(method) {
|
utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {
|
||||||
defaults.headers[method] = {};
|
defaults.headers[method] = {};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user