We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae9509 + c0480f8 commit 0ed38ddCopy full SHA for 0ed38dd
1 file changed
src/content/learn/scaling-up-with-reducer-and-context.md
@@ -685,7 +685,7 @@ Now you don't need to pass the list of tasks or the event handlers down the tree
685
</TasksContext>
686
```
687
688
-Instead, any component that needs the task list can read it from the `TaskContext`:
+Instead, any component that needs the task list can read it from the `TasksContext`:
689
690
```js {2}
691
export default function TaskList() {
0 commit comments