summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/pages/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md
index 3d97a7e88..db3aa26b3 100644
--- a/docs/src/pages/installation.md
+++ b/docs/src/pages/installation.md
@@ -145,7 +145,7 @@ If you need to share your development progress on the local network or check out
```js
devOptions: {
- hostname: '0.0.0.0';
+ hostname: '0.0.0.0'
}
```