mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +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] = {};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user