From 51b9ce44eaecf6940c542d7ac81498673eb51be1 Mon Sep 17 00:00:00 2001 From: Mayur Barge Date: Tue, 15 Oct 2019 12:10:54 -0700 Subject: [PATCH] docs: fix typo in getting started guide (#33185) Fixes #33181 PR Close #33185 --- 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 f3084b8029..87269542d0 100644 --- a/aio/content/start/index.md +++ b/aio/content/start/index.md @@ -311,7 +311,7 @@ To make the "Notify Me" button work, you need to configure two things: -1. Next, define the behavior that should happen when the user clicks the button. Recall that it's the parent, product list component—not the product alerts component—that's acts when the child raises the event. In `product-list.component.ts`, define an `onNotify()` method, similar to the `share()` method: +1. Next, define the behavior that should happen when the user clicks the button. Recall that it's the parent, product list component—not the product alerts component—that acts when the child raises the event. In `product-list.component.ts`, define an `onNotify()` method, similar to the `share()` method: