diff --git a/aio/content/start/index.md b/aio/content/start/index.md index d95ce18a03..c7c8b4bae4 100644 --- a/aio/content/start/index.md +++ b/aio/content/start/index.md @@ -285,7 +285,7 @@ The next step is to create a new alert feature that takes a product as an input. 1. Open `product-list.component.html`. - 1. To include the new component, use its selector, `app-product-alert`, as you would an HTML element. + 1. To include the new component, use its selector, `app-product-alerts`, as you would an HTML element. 1. Pass the current product as input to the component using property binding.