diff options
author | 2021-10-10 17:54:37 +0300 | |
---|---|---|
committer | 2021-10-10 09:54:37 -0500 | |
commit | 7451f04171bcba754e8c6e7dead1452fa2a6757c (patch) | |
tree | 8bb94f2ec38f903f1f28fc3e815a0c0d8bbdef03 /docs/src | |
parent | 38a7a5b5e9ee4cb66da43c775aa5271f1ac8a134 (diff) | |
download | astro-7451f04171bcba754e8c6e7dead1452fa2a6757c.tar.gz astro-7451f04171bcba754e8c6e7dead1452fa2a6757c.tar.zst astro-7451f04171bcba754e8c6e7dead1452fa2a6757c.zip |
Typo in code snippet (#1523)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/installation.md | 2 |
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' } ``` |