From dd899ec2a2967193c33b5f398e41e8a80d9f3908 Mon Sep 17 00:00:00 2001 From: Ra'Shaun Stovall Date: Sun, 9 Jul 2017 00:17:31 -0400 Subject: [PATCH] Correct default setting for `open` Defaults to `local` for documentation and `browser-sync init` however main default is incorrectly stated as `true`. --- doc/yuidoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/yuidoc.json b/doc/yuidoc.json index 84dec80..0a90979 100644 --- a/doc/yuidoc.json +++ b/doc/yuidoc.json @@ -554,7 +554,7 @@ "itemtype": "property", "name": "open", "type": "Boolean|String", - "default": "true", + "default": "local", "class": "", "module": "BrowserSync.options" }, {