2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Fix grammatical issues in README (#4232)

* Fix grammatical issues in README

* Fix typo in COLLABORATOR_GUIDE.md

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Afzal Sayed
2022-05-06 00:32:32 +05:30
committed by GitHub
parent 384b7e6994
commit 7e56f8653c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -529,7 +529,7 @@ The response for a request contains the following information.
statusText: 'OK',
// `headers` the HTTP headers that the server responded with
// All header names are lower cased and can be accessed using the bracket notation.
// All header names are lowercase and can be accessed using the bracket notation.
// Example: `response.headers['content-type']`
headers: {},
@@ -801,7 +801,7 @@ cancel();
```
> Note: you can cancel several requests with the same cancel token/abort controller.
> If a cancellation token is already cancelled at the moment of starting an Axios request, then the request is cancelled immediately, without any attempts to make real request.
> If a cancellation token is already cancelled at the moment of starting an Axios request, then the request is cancelled immediately, without any attempts to make a real request.
> During the transition period, you can use both cancellation APIs, even for the same request:
@@ -962,7 +962,7 @@ try {
## Online one-click setup
You can use Gitpod an online IDE(which is free for Open Source) for contributing or running the examples online.
You can use Gitpod, an online IDE(which is free for Open Source) for contributing or running the examples online.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)