diff --git a/docs/guide/static-deploy.md b/docs/guide/static-deploy.md index 8c6c219f568a9e..7b732cb990cbf6 100644 --- a/docs/guide/static-deploy.md +++ b/docs/guide/static-deploy.md @@ -42,7 +42,7 @@ $ npm run preview The `vite preview` command will boot up local static web server that serves the files from `dist` at `http://localhost:4173`. 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 {