We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa330e commit 72bbfa7Copy full SHA for 72bbfa7
README.md
@@ -351,7 +351,7 @@ The library provides a hook `useHttpRequest` managing the state of the http requ
351
### Http request hook return
352
Returns an array of three elements:
353
- The first one embeds the state of the http request.
354
-- The second is a function that can be used to perform an abortable http request
+- The second is a function that can be used to perform an abortable http request.
355
- The third is a function that can be used to perform a non-abortable http request.
356
357
See examples for further details. The table below describes the shape (i.e. properties) of http request state.
0 commit comments