From d863839ecc38cf738e4b756c8f254aa3ada4c450 Mon Sep 17 00:00:00 2001 From: Geoff Bass Date: Tue, 22 Oct 2019 16:42:30 -0400 Subject: [PATCH] docs: fix selector in getting started guide (#33333) PR Close #33333 --- aio/content/start/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.