docs: normalized spelling of web server (#1473)

This commit is contained in:
Hongarc 2019-05-17 09:28:22 +07:00 committed by Yangshun Tay
parent cb7c6f34b9
commit 54a00e7a04
14 changed files with 20 additions and 20 deletions

View file

@ -88,7 +88,7 @@ I can write content using [GitHub-flavored Markdown syntax](https://github.githu
}
```
4. Kill your webserver (<kbd>Cmd</kbd> + <kbd>C</kbd> or <kbd>Ctrl</kbd> + <kbd>C</kbd>) and restart it (with `npm run start`) because a server restart is needed for sidebar changes.
4. Kill your web server (<kbd>Cmd</kbd> + <kbd>C</kbd> or <kbd>Ctrl</kbd> + <kbd>C</kbd>) and restart it (with `npm run start`) because a server restart is needed for sidebar changes.
5. Navigate to http://localhost:3000/docs/doc4.
You've created your first documentation page on Docusaurus! The `sidebars.json` is where you specify the order of your documentation pages and in the front matter of the Markdown file is where you provide metadata about that page.