2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +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 ```js
const myInterceptor = axios.interceptors.request.use(function () {/*...*/}); const myInterceptor = axios.interceptors.request.use(function () {/*...*/});