There was an error while loading. Please reload this page.
1 parent ec34754 commit 33e1be3Copy full SHA for 33e1be3
exercises/03.1-your-first-component/index.js
@@ -5,5 +5,5 @@ export const PrintHello = () => {
5
return <h1>I Love React</h1>;
6
};
7
8
-// change the syntaxt of the first parameter to make it <PrintHello /> instead of PrintHello()
+// change the syntax of the first parameter to make it <PrintHello /> instead of PrintHello()
9
ReactDOM.render(PrintHello(), document.querySelector("#myDiv"));
0 commit comments