2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +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])
```js
// Sned a GET request (default method)
// Send a GET request (default method)
axios('/user/12345');
```