2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00
Fix typos
This commit is contained in:
Kevin Kirsche
2020-10-03 14:25:07 -04:00
committed by GitHub
parent fa3673710e
commit 6d05b96dca
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ This will polyfill the global environment, and only needs to be done once.
#### `axios.success`/`axios.error`
The `success`, and `error` aliases were deprectated in [0.4.0](https://github.com/axios/axios/blob/master/CHANGELOG.md#040-oct-03-2014). As of this release they have been removed entirely. Instead please use `axios.then`, and `axios.catch` respectively.
The `success`, and `error` aliases were deprecated in [0.4.0](https://github.com/axios/axios/blob/master/CHANGELOG.md#040-oct-03-2014). As of this release they have been removed entirely. Instead please use `axios.then`, and `axios.catch` respectively.
```js
axios.get('some/url')