Skip to content

Commit 3bb1cdd

Browse files
committed
docs: fix mistakenly wording in useContext reference
Signed-off-by: Codex <codex@openai.com>
1 parent 1207ee3 commit 3bb1cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ You might have a provider without a `value` in the tree:
13661366
13671367
If you forget to specify `value`, it's like passing `value={undefined}`.
13681368
1369-
You may have also mistakingly used a different prop name by mistake:
1369+
You may have also mistakenly used a different prop name by mistake:
13701370
13711371
```js {1,2}
13721372
// 🚩 Doesn't work: prop should be called "value"

0 commit comments

Comments
 (0)