Skip to content

Commit c813eea

Browse files
authored
docs: fix http-server example from in-page feedback (#2580)
1 parent 60d131b commit c813eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/deployment/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ npm install -g http-server
104104
Then, `cd` into your project directory and run the following command:
105105

106106
```node
107-
http - server;
107+
http-server
108108
```
109109

110110
The output after entering the command provides the local URL where the preview can be accessed.

0 commit comments

Comments
 (0)