Skip to content

Commit

Permalink
Fix a typo in README (axios#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq authored and genie-youn committed Sep 27, 2019
1 parent ba66bd0 commit d352b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -413,7 +413,7 @@ The response for a request contains the following information.

// `request` is the request that generated this response
// It is the last ClientRequest instance in node.js (in redirects)
// and an XMLHttpRequest instance the browser
// and an XMLHttpRequest instance in the browser
request: {}
}
```
Expand Down

0 comments on commit d352b37

Please sign in to comment.