2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Fix grammar in README.md (#2271)

This commit is contained in:
Michael Foss
2019-09-06 11:42:10 -04:00
committed by Felipe Martins
parent f0f68afb61
commit b9931e0a95
+1 -1
View File
@@ -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 () {/*...*/});