2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-18 12:39:44 +03:00

Fix typo in readme

This commit is contained in:
rupertrutland
2016-03-15 19:46:45 +01:00
parent 2306657482
commit ff5cd292e3
+1 -1
View File
@@ -209,7 +209,7 @@ These are the available config options for making requests. Only the `url` is re
// `headers` are custom headers to be sent
headers: {'X-Requested-With': 'XMLHttpRequest'},
// `param` are the URL parameters to be sent with the request
// `params` are the URL parameters to be sent with the request
params: {
ID: 12345
},