Skip to content

Commit 0997d57

Browse files
Update src/content/reference/react/createContext.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
1 parent 4027655 commit 0997d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/createContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const ThemeContext = createContext('light');
4646

4747
---
4848

49-
### `SomeContext` and `SomeContext.Provider` {/*provider*/}
49+
### `SomeContext` Provider {/*provider*/}
5050

5151
Wrap your components into a context provider to specify the value of this context for all components inside:
5252

0 commit comments

Comments
 (0)