diff --git a/projects/create-a-react-app-with-vite/create-a-react-app-with-vite.mdx b/projects/create-a-react-app-with-vite/create-a-react-app-with-vite.mdx index 85e5f9a2..a754fc2e 100644 --- a/projects/create-a-react-app-with-vite/create-a-react-app-with-vite.mdx +++ b/projects/create-a-react-app-with-vite/create-a-react-app-with-vite.mdx @@ -71,7 +71,7 @@ But wait, what is "Node"? To check if Node is installed, run the following command on the terminal: -```terminal +``` node -v ```