2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-02 16:04:10 +03:00

Merge pull request #221 from 1000ch/fix-typo

Fix typo
This commit is contained in:
Matt Zabriskie
2016-02-24 14:43:59 -07:00
+1 -1
View File
@@ -8,7 +8,7 @@ var DEFAULT_CONTENT_TYPE = {
};
module.exports = {
transformRequest: [function transformResponseJSON(data, headers) {
transformRequest: [function transformRequestJSON(data, headers) {
if (utils.isFormData(data)) {
return data;
}