Skip to content

Commit 506b195

Browse files
authored
docs(scully): fix typo in getting-started.md (#535)
* docs(scully): fix typo in getting-started.md * docs(scully): run script to match package.json * docs(scully): use `to` instead of `for` use `to serve` instead of `for serving`
1 parent 89222e1 commit 506b195

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ The built version is in the `./dist/static` folder. This folder contains all the
143143

144144
#### Serving the content
145145

146-
Use `npm run scully serve` for serve your content.
147-
Scully serve is an option for create two web servers, one for your angular app and the other for the scully build.
146+
Use `npm run scully:serve` to serve your content.
147+
Scully serve is an option to create two web servers, one for your angular app and the other for the scully build.
148148

149149
**Extra Credit**: While serving the static app, [disable JavaScript](https://developers.google.com/web/tools/chrome-devtools/javascript/disable)
150150
and make sure that the site's navigation still works and most parts of it should still work without JS enabled.

0 commit comments

Comments
 (0)