From a8b5960bc088fc6068218e88e880dcf11f5712cd Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 5 Jan 2015 13:45:37 -0700 Subject: [PATCH] Update shadow DOM config setting description --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 299d8b765..f849e4909 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -170,7 +170,7 @@ module.exports = type: 'boolean' default: true title: 'Use Shadow DOM' - description: 'Enable to test out themes and packages with the new shadow DOM before it ships by default.' + description: 'Disable if you experience styling issues with packages or themes. Be sure to open an issue on the relevant package or theme, because this option is going away eventually.' confirmCheckoutHeadRevision: type: 'boolean' default: true