2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00

Fixing typo

This commit is contained in:
Matt Zabriskie
2014-08-29 01:05:49 -06:00
parent 2579728384
commit 3ae6670f77
+1 -1
View File
@@ -36,6 +36,6 @@ module.exports = {
put: utils.merge(CONTENT_TYPE_APPLICATION_JSON)
},
xsrfCookiName: 'XSRF-TOKEN',
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN'
};