2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Fix word 'sintaxe' to 'syntax' in README.md (#2432)

- translate 'sintaxe' word from portuguese to english
This commit is contained in:
Jihwan Oh
2019-09-26 09:18:44 +09:00
committed by Felipe Martins
parent 93e69625a6
commit 88dbb82d77
+1 -1
View File
@@ -296,7 +296,7 @@ These are the available config options for making requests. Only the `url` is re
firstName: 'Fred'
},
// sintaxe alternative to send data into the body
// syntax alternative to send data into the body
// method post
// only the value is sent, not the key
data: 'Country=Brasil&City=Belo Horizonte',