From bf2692400ea1cd81e584f4e11a952e395e145631 Mon Sep 17 00:00:00 2001 From: Lorna Mitchell Date: Mon, 2 Sep 2024 10:11:59 +0100 Subject: [PATCH] docs: fix http-server example from in-page feedback --- 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.