Skip to content

Commit 942ace1

Browse files
authored
Merge pull request #615 from reactjs/sync-341c3129
Sync with react.dev @ 341c312
2 parents 05ec437 + 4323224 commit 942ace1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/scaling-up-with-reducer-and-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ ul, li { margin: 0; padding: 0; }
685685
</TasksContext>
686686
```
687687

688-
Натомість будь-який компонент, якому потрібен перелік завдань, може мати його з `TaskContext`:
688+
Натомість будь-який компонент, якому потрібен перелік завдань, може мати його з `TasksContext`:
689689

690690
```js {2}
691691
export default function TaskList() {

0 commit comments

Comments
 (0)