Skip to content

Commit

Permalink
docs: correct a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Moussa-Kalam committed Nov 26, 2023
1 parent 1c046a3 commit 481cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The main React hook to execute HTTP requests.

**Returns**

A promise containing the response. If the request is unsuccessful, the promise reects and the rejection must be handled manually.
A promise containing the response. If the request is unsuccessful, the promise rejects and the rejection must be handled manually.

- `manualCancel()` - A function to cancel outstanding requests manually.

Expand Down

0 comments on commit 481cd09

Please sign in to comment.