From 3ad4e68e3cfa1fb17a52c7d24fb3dafd3adfc678 Mon Sep 17 00:00:00 2001 From: Brian Geppert Date: Sun, 14 Sep 2014 15:11:33 -0500 Subject: [PATCH] Removed unneeded 'the' from 'Styling elements' page. --- docs/polymer/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/polymer/styling.md b/docs/polymer/styling.md index 49a18d1bea..c2ee88f2a9 100644 --- a/docs/polymer/styling.md +++ b/docs/polymer/styling.md @@ -352,7 +352,7 @@ You can turn lower bound encapsulation by setting `Platform.ShadowCSS.strictStyl Platform.ShadowCSS.strictStyling = true; -This isn't the yet the default because it requires that you add the custom element's name as an attribute on all DOM nodes in the shadowRoot (e.g. ``). +This isn't yet the default because it requires that you add the custom element's name as an attribute on all DOM nodes in the shadowRoot (e.g. ``). ### Manually invoking the style shimmer {#manualshim}