Skip to content

Commit

Permalink
Fixing typo in upgrade_guide.md
Browse files Browse the repository at this point in the history
deprectated -> deprecated
  • Loading branch information
Kevin Kirsche committed Oct 2, 2020
1 parent fa36737 commit c9fbd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c9fbd79

Please sign in to comment.