diff options
author | 2021-10-10 14:55:44 +0000 | |
---|---|---|
committer | 2021-10-10 14:55:44 +0000 | |
commit | 22751e0ff9fdb0331462ad2d9e58cd713e1043d0 (patch) | |
tree | 790522b5536c0247a7ad948b6eb35592935894c6 | |
parent | 7451f04171bcba754e8c6e7dead1452fa2a6757c (diff) | |
download | astro-22751e0ff9fdb0331462ad2d9e58cd713e1043d0.tar.gz astro-22751e0ff9fdb0331462ad2d9e58cd713e1043d0.tar.zst astro-22751e0ff9fdb0331462ad2d9e58cd713e1043d0.zip |
[ci] yarn format
-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 db3aa26b3..3d97a7e88 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'; } ``` |