2
0
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:
John Henson
2017-02-05 21:22:40 -05:00
committed by GitHub
parent 68ec2abc4a
commit 7529be298c
+1 -1
View File
@@ -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] = {};
}); });