docs: typo - components should be possessive (#22172)

PR Close #22172
This commit is contained in:
Pat 2018-02-12 12:58:42 -05:00 committed by Matias Niemelä
parent 1d571b299d
commit f4697f351e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ and annotate the component class with `@Component`.
The CLI generated three metadata properties:
1. `selector`— the components CSS element selector
1. `selector`— the component's CSS element selector
1. `templateUrl`— the location of the component's template file.
1. `styleUrls`— the location of the component's private CSS styles.