Skip to content

Commit

Permalink
Fix grammar in README.md (axios#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFoss authored and genie-youn committed Sep 27, 2019
1 parent d352b37 commit 0f96f73
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 0f96f73

Please sign in to comment.