2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +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]) ##### axios(url[, config])
```js ```js
// Sned a GET request (default method) // Send a GET request (default method)
axios('/user/12345'); axios('/user/12345');
``` ```