diff --git a/.all-contributorsrc b/.all-contributorsrc
index 0f175cdb..5ea4dc36 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -584,6 +584,15 @@
"contributions": [
"test"
]
+ },
+ {
+ "login": "masious",
+ "name": "Masious",
+ "avatar_url": "https://avatars.githubusercontent.com/u/6429009?v=4",
+ "profile": "https://www.facebook.com/masoud.bonabi",
+ "contributions": [
+ "doc"
+ ]
}
],
"skipCi": true,
diff --git a/README.md b/README.md
index eb79ae8b..88f0944b 100644
--- a/README.md
+++ b/README.md
@@ -248,6 +248,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 Bryan Wain 🐛 👀 |
 Robert Snow ⚠️ |
 Chris Chen ⚠️ |
+  Masious 📖 |
diff --git a/docs/api-reference.md b/docs/api-reference.md
index 7416d1f7..d8d36f89 100644
--- a/docs/api-reference.md
+++ b/docs/api-reference.md
@@ -68,7 +68,7 @@ The `renderHook` function returns an object that has the following properties:
}
```
-The `current` value or the `result` will reflect the latest of whatever is returned from the
+The `current` value of the `result` will reflect the latest of whatever is returned from the
`callback` passed to `renderHook`. Any thrown values from the latest call will be reflected in the
`error` value of the `result`. The `all` value is an array containing all the returns (including the
most recent) from the callback. These could be `result` or an `error` depending on what the callback