2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Fix typo in readme

This commit is contained in:
Jamison Dance
2016-04-18 14:04:03 -06:00
parent 5c58b831cc
commit 0ec09f7be9
+1 -1
View File
@@ -121,7 +121,7 @@ axios({
##### axios(url[, config]) ##### axios(url[, config])
```js ```js
// Sned a GET request (default method) // Send a GET request (default method)
axios('/user/12345'); axios('/user/12345');
``` ```