We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7262ded commit 6027279Copy full SHA for 6027279
exercises/02.context/02.problem.provider-component/index.tsx
@@ -10,7 +10,7 @@ const FooterContext = createContext<{
10
11
// 🐨 create a FooterProvider component here and move the color and name state
12
// and context value to this component.
13
-// 💰 Make sure to accept a children prop and render the FootContext with it
+// 💰 Make sure to accept a children prop and render the FooterContext with it
14
15
function useFooter() {
16
const context = use(FooterContext)
0 commit comments