From db215b902a8fcaafad5d62cc12e00c1596c6de00 Mon Sep 17 00:00:00 2001 From: hayley Date: Tue, 9 Nov 2021 10:41:30 -0600 Subject: [PATCH] Update installation.md (#1776) fix typo --- docs/src/pages/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md index afd95160a6..110c5c76d0 100644 --- a/docs/src/pages/installation.md +++ b/docs/src/pages/installation.md @@ -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', } ```