diff --git a/README.md b/README.md index a18fa7a95c..f17e2a5b5d 100755 --- a/README.md +++ b/README.md @@ -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 () {/*...*/});