Skip to content

Commit da182d1

Browse files
authored
Update no-context-provider.mdx
fixed close tag in "Wrong" example Signed-off-by: Daniel Rentz <[email protected]>
1 parent 3a2210f commit da182d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/rules/no-context-provider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function App({children}) {
4242
return (
4343
<ThemeContext.Provider value="light">
4444
{children}
45-
</ThemeContext>
45+
</ThemeContext.Provider>
4646
);
4747
}
4848
```

0 commit comments

Comments
 (0)