mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Fix word 'sintaxe' to 'syntax' in README.md (#2432)
- translate 'sintaxe' word from portuguese to english
This commit is contained in:
committed by
Felipe Martins
parent
93e69625a6
commit
88dbb82d77
@@ -296,7 +296,7 @@ These are the available config options for making requests. Only the `url` is re
|
|||||||
firstName: 'Fred'
|
firstName: 'Fred'
|
||||||
},
|
},
|
||||||
|
|
||||||
// sintaxe alternative to send data into the body
|
// syntax alternative to send data into the body
|
||||||
// method post
|
// method post
|
||||||
// only the value is sent, not the key
|
// only the value is sent, not the key
|
||||||
data: 'Country=Brasil&City=Belo Horizonte',
|
data: 'Country=Brasil&City=Belo Horizonte',
|
||||||
|
|||||||
Reference in New Issue
Block a user