We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1207ee3 commit 3bb1cddCopy full SHA for 3bb1cdd
src/content/reference/react/useContext.md
@@ -1366,7 +1366,7 @@ You might have a provider without a `value` in the tree:
1366
1367
If you forget to specify `value`, it's like passing `value={undefined}`.
1368
1369
-You may have also mistakingly used a different prop name by mistake:
+You may have also mistakenly used a different prop name by mistake:
1370
1371
```js {1,2}
1372
// 🚩 Doesn't work: prop should be called "value"
0 commit comments