From c813eeac04da3434102a996f67ea7447ade3420f Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Mon, 2 Sep 2024 11:48:55 +0100 Subject: [PATCH] docs: fix http-server example from in-page feedback (#2580) --- docs/deployment/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/intro.md b/docs/deployment/intro.md index 02aa53448f..e80b0a0daf 100644 --- a/docs/deployment/intro.md +++ b/docs/deployment/intro.md @@ -104,7 +104,7 @@ npm install -g http-server Then, `cd` into your project directory and run the following command: ```node -http - server; +http-server ``` The output after entering the command provides the local URL where the preview can be accessed.