From 064936012fdf923608fe59414a645e29f099f10c Mon Sep 17 00:00:00 2001 From: Brian McDaniel Date: Sun, 8 May 2016 17:39:50 -0400 Subject: [PATCH] docs(component-styles): fix typo (withing -> within) closes #1330 --- public/docs/ts/latest/guide/component-styles.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/component-styles.jade b/public/docs/ts/latest/guide/component-styles.jade index 924005a8a7..2fca0dfcce 100644 --- a/public/docs/ts/latest/guide/component-styles.jade +++ b/public/docs/ts/latest/guide/component-styles.jade @@ -40,7 +40,7 @@ p :marked Component styles differ from traditional, global styles in a couple of ways. - Firstly, the selectors we put into a component's styles *only apply withing the template + Firstly, the selectors we put into a component's styles *only apply within the template of that component*. The `h1` selector in the example above only applies to the `

` tag in the template of `HeroAppComponent`. Any `

` elements elsewhere in the application are unaffected.