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:
committed by
Felipe Martins
parent
f0f68afb61
commit
b9931e0a95
@@ -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 () {/*...*/});
|
||||||
|
|||||||
Reference in New Issue
Block a user