0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Update installation.md (#1776)

fix typo
This commit is contained in:
hayley 2021-11-09 10:41:30 -06:00 committed by GitHub
parent 5caf276fb8
commit db215b902a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
}
```