Skip to content

Commit

Permalink
docs: typo (#8145)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuz committed May 12, 2022
1 parent 0513d13 commit 02ff481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/static-deploy.md
Expand Up @@ -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
{
Expand Down

0 comments on commit 02ff481

Please sign in to comment.