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

Fix a typo in README (#2384)

This commit is contained in:
Denis Sikuler
2019-09-06 15:55:06 +03:00
committed by Felipe Martins
parent 6fe506fda2
commit f0f68afb61
+1 -1
View File
@@ -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: {}
}
```