diff options
author | 2021-09-08 17:37:14 +0000 | |
---|---|---|
committer | 2021-09-08 17:37:14 +0000 | |
commit | d2c2b1b55ec5e49a1ddb69641d9f929c0da1a4a7 (patch) | |
tree | 6e98f3a146d5eb28d1fffb358cd7c08a3de87658 /docs/src | |
parent | d1370e9d69476b237c29ad27eefdf4141ae23f1f (diff) | |
download | astro-d2c2b1b55ec5e49a1ddb69641d9f929c0da1a4a7.tar.gz astro-d2c2b1b55ec5e49a1ddb69641d9f929c0da1a4a7.tar.zst astro-d2c2b1b55ec5e49a1ddb69641d9f929c0da1a4a7.zip |
[ci] yarn format
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 44961a7d2..ebef3d695 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'; } ``` |