Skip to content

Commit 70f2c48

Browse files
authored
small typo (#130)
1 parent 5035a53 commit 70f2c48

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.elements/03.problem.context

1 file changed

+1
-1
lines changed

exercises/01.elements/03.problem.context/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
incremented, we trigger a rerender of the `Footer` component! Have we lost the
77
ability to take advantage of React's element optimization? No!
88

9-
Instead of accepting the `color` via props, we can place it in a context provier
9+
Instead of accepting the `color` via props, we can place it in a context provider
1010
that the `Footer` can consume. And with that, the `footer` no longer accepts any
1111
dynamic props so we can move it outside the `App` component again, which means
1212
the only way it can be rerendered is if the context changes (which is exactly

0 commit comments

Comments
 (0)