Skip to content

Commit

Permalink
docs: typo in showURL prop (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieunicolas committed Feb 6, 2024
1 parent e92baf3 commit d3b2d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/1.get-started/2.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ It is highly recommended to prevent modifying default source. If you want to loa
## `watch`

- Type: `object | false`
- Default: `{ ws: { port: 4000, showUrl: true } }`
- Default: `{ ws: { port: 4000, showURL: false } }`

| Option | Default | Description |
| --------- | :-----: | :--------------------------------------------- |
| `port` | `4000` | Select the port used for the WebSocket server. |
| `showUrl` | `false` | Toggle URL display in dev server boot message. |
| `showURL` | `false` | Toggle URL display in dev server boot message. |


Disable content watcher and hot content reload.
Expand All @@ -379,7 +379,7 @@ export default defineNuxtConfig({
watch: {
ws: {
port: 4000,
showUrl: true
showURL: true
}
}
}
Expand Down

0 comments on commit d3b2d76

Please sign in to comment.