diff --git a/01. Fundamentals/02. JSX/live coding/src/App.jsx b/01. Fundamentals/02. JSX/live coding/src/App.jsx index 3ce847c..86383fc 100644 --- a/01. Fundamentals/02. JSX/live coding/src/App.jsx +++ b/01. Fundamentals/02. JSX/live coding/src/App.jsx @@ -13,7 +13,7 @@ const App = () => { export default App; // ------------------------------------ -// Go to babel 👇 and past your code and checkout the result. +// Go to babel 👇 and paste your code and checkout the result. // https://babeljs.io/repl // import React from "react";