Typo in code snippet (#1523)

This commit is contained in:
Andrei Marukhin 2021-10-10 17:54:37 +03:00 committed by GitHub
parent 38a7a5b5e9
commit 7451f04171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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