diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index ef7da3006f0..c4ffb82d88a 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -109,7 +109,7 @@ my-app ├── node_modules ├── package.json ├── .gitignore -├── public +├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png @@ -146,7 +146,6 @@ The page will automatically reload if you make changes to the code. You will see

Build errors

- ### `npm test` or `yarn test` Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.