2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Merge pull request #300 from jergason/patch-1

Fixing typo in readme
This commit is contained in:
Nick Uraltsev
2016-04-18 13:09:05 -07:00
+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');
```