Skip to content
Prev Previous commit
Next Next commit
Update docs/example-react-hooks-useContext.md
Co-Authored-By: Adrià Fontcuberta <afontcu@gmail.com>
  • Loading branch information
iqbal125 and afontcu authored Jul 24, 2019
commit 8f0952b47dc5aa735c3d6262552dd94f1742d870
2 changes: 1 addition & 1 deletion docs/example-react-hooks-useContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const App = () => {
setState("Some Other Text")
}

return (
return (
<h1> Basic Hook useContext</h1>
<Context.Provider value={{changeTextProp: changeText,
stateProp: state
Expand Down