Skip to content

Commit

Permalink
docs: fix typo (#8744)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinryerson committed Jun 23, 2022
1 parent 5dc0f72 commit ce484d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config/preview-options.md
Expand Up @@ -42,7 +42,7 @@ export default defineConfig({
- **Type:** `boolean`
- **Default:** [`server.strictPort`](./server-options#server-strictport)

Set to `true` to exit if port is already in use, instead of automatically try the next available port.
Set to `true` to exit if port is already in use, instead of automatically trying the next available port.

## preview.https

Expand Down
2 changes: 1 addition & 1 deletion docs/config/server-options.md
Expand Up @@ -45,7 +45,7 @@ Specify server port. Note if the port is already being used, Vite will automatic

- **Type:** `boolean`

Set to `true` to exit if port is already in use, instead of automatically try the next available port.
Set to `true` to exit if port is already in use, instead of automatically trying the next available port.

## server.https

Expand Down

0 comments on commit ce484d7

Please sign in to comment.