docs(component-styles): fix typo (withing -> within)

closes #1330
This commit is contained in:
Brian McDaniel 2016-05-08 17:39:50 -04:00 committed by Ward Bell
parent 82a5bfc5bf
commit 064936012f
1 changed files with 1 additions and 1 deletions

View File

@ -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 `<h1>` tag
in the template of `HeroAppComponent`. Any `<h1>` elements elsewhere in
the application are unaffected.