Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/component-styles.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down