From 481cd0985f0c3b44154941b54e9ac5c4614714a0 Mon Sep 17 00:00:00 2001 From: Moussa-Kalam Date: Sun, 26 Nov 2023 16:18:01 +0200 Subject: [PATCH] docs: correct a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb645e8..62b77c10 100644 --- a/README.md +++ b/README.md @@ -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.