From d2c2b1b55ec5e49a1ddb69641d9f929c0da1a4a7 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Wed, 8 Sep 2021 17:37:14 +0000 Subject: [PATCH] [ci] yarn format --- 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 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'; } ```