diff --git a/courses/react-js/begginer-level/intro-to-react/lesson_3.md b/courses/react-js/begginer-level/intro-to-react/lesson_3.md index 8bcabdb91..942c0c980 100644 --- a/courses/react-js/begginer-level/intro-to-react/lesson_3.md +++ b/courses/react-js/begginer-level/intro-to-react/lesson_3.md @@ -125,7 +125,7 @@ console.log('Hello, Node.js!'); Save the file and open a terminal or command prompt in the same directory. Run the following command to execute the JavaScript code using Node.js: -```bash title="Run hello.js with Node.js" +```bash node hello.js ``` diff --git a/docusaurus.config.js b/docusaurus.config.js index 13e5ff7ed..de4e3ab8e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -109,7 +109,8 @@ const config = { value: `