Skip to content

Commit

Permalink
Fix createContext href in React APIs (#5245)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseiPopovDev authored Nov 8, 2022
1 parent 27152d3 commit dc20245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beta/src/content/apis/react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function MyComponent() {
</YouWillLearnCard>
<YouWillLearnCard title="createContext" path="/apis/react/useContext">
<YouWillLearnCard title="createContext" path="/apis/react/createContext">
Creates a context that components can provide or read.
Expand Down

0 comments on commit dc20245

Please sign in to comment.