mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
Fix typo in readme
This commit is contained in:
@@ -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` are custom headers to be sent
|
||||||
headers: {'X-Requested-With': 'XMLHttpRequest'},
|
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: {
|
params: {
|
||||||
ID: 12345
|
ID: 12345
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user