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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user