Skip to content

Commit

Permalink
docs: fix typo in command (scullyio#1374)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Bosch <[email protected]>
  • Loading branch information
SanderElias and Jefiozie authored May 29, 2021
1 parent 868728b commit 1068cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/getting-started/serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These `index.html` files are jamstack-packed with HTML and CSS. This means that
Scully provides a server, so that you can test out your jamstack site after the Scully build. To launch Scully's test server, run the following command:

```bash
npx scully:serve
npx scully serve
```

This command actually launches **2 (two)** servers. The first one is hosting the results of `ng build`, and the second server hosts the results of the Scully build. This allows you to test both versions of your built app. Very cool!

0 comments on commit 1068cc0

Please sign in to comment.