2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Merge pull request #685 from johnmhenson/fix-typo

Fixing typo
This commit is contained in:
Nick Uraltsev
2017-03-01 21:02:07 -08:00
committed by GitHub
+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] = {};
});