summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar hayley <github@vortex.cx> 2021-11-09 10:41:30 -0600
committerGravatar GitHub <noreply@github.com> 2021-11-09 09:41:30 -0700
commitdb215b902a8fcaafad5d62cc12e00c1596c6de00 (patch)
tree19bf1c68cd3308cba2944a09849f7550f74517d6 /docs/src
parent5caf276fb8618cc76049299d2dc61ac259a2d4ee (diff)
downloadastro-db215b902a8fcaafad5d62cc12e00c1596c6de00.tar.gz
astro-db215b902a8fcaafad5d62cc12e00c1596c6de00.tar.zst
astro-db215b902a8fcaafad5d62cc12e00c1596c6de00.zip
Update installation.md (#1776)
fix typo
Diffstat (limited to 'docs/src')
-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 afd95160a..110c5c76d 100644
--- a/docs/src/pages/installation.md
+++ b/docs/src/pages/installation.md
@@ -151,7 +151,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',
}
```