From e97a41dcf2ad8b86a290e9e81cb911e804c3af1b Mon Sep 17 00:00:00 2001 From: CHOYSEN Date: Mon, 6 Jun 2022 21:48:27 +0800 Subject: [PATCH] docs: fix typo (#731) --- docs/guide/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deploying.md b/docs/guide/deploying.md index 5e9d53f6..a2812c16 100644 --- a/docs/guide/deploying.md +++ b/docs/guide/deploying.md @@ -34,7 +34,7 @@ $ yarn docs:serve The `serve` command will boot up local static web server that serves the files from `.vitepress/dist` at `http://localhost:5000`. It's an easy way to check if the production build looks OK in your local environment. -You may configure the port of the server py passing `--port` flag as an argument. +You may configure the port of the server by passing `--port` flag as an argument. ```json {