Skip to content

Commit b761b81

Browse files
authored
Fix typo
1 parent 967bf1f commit b761b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/pages/learn/managing-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As your application grows, it helps to be more intentional about how your state
1212

1313
* [How to think about UI changes as state changes](/learn/reacting-to-input-with-state)
1414
* [How to structure state well](/learn/choosing-the-state-structure)
15-
* [How "lift state up" to share it between components](/learn/sharing-state-between-components)
15+
* [How to "lift state up" to share it between components](/learn/sharing-state-between-components)
1616
* [How to control whether the state gets preserved or reset](/learn/preserving-and-resetting-state)
1717
* [How to consolidate complex state logic in a function](/learn/extracting-state-logic-into-a-reducer)
1818
* [How to pass information without "prop drilling"](/learn/passing-data-deeply-with-context)

0 commit comments

Comments
 (0)