Skip to content

Commit

Permalink
Fix grammar in README.md (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFoss authored and felipewmartins committed Sep 6, 2019
1 parent f0f68af commit b9931e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -500,7 +500,7 @@ axios.interceptors.response.use(function (response) {
});
```

If you may need to remove an interceptor later you can.
If you need to remove an interceptor later you can.

```js
const myInterceptor = axios.interceptors.request.use(function () {/*...*/});
Expand Down

0 comments on commit b9931e0

Please sign in to comment.