diff --git a/aio/content/tutorial/toh-pt1.md b/aio/content/tutorial/toh-pt1.md index e59e918ffe..0be72e9311 100644 --- a/aio/content/tutorial/toh-pt1.md +++ b/aio/content/tutorial/toh-pt1.md @@ -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.