From 95fcb4164f9740e73d8d9dfad1ee36d0e33d51ca Mon Sep 17 00:00:00 2001 From: CharaLagou Date: Tue, 13 Oct 2020 20:40:03 +0200 Subject: [PATCH] docs(core): fix typo in the "Template statements" guide (#39244) PR Close #39244 --- aio/content/guide/template-statements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-statements.md b/aio/content/guide/template-statements.md index 505136dcf8..f6eddc14da 100644 --- a/aio/content/guide/template-statements.md +++ b/aio/content/guide/template-statements.md @@ -14,7 +14,7 @@ In the following example, the template statement `deleteHero()` appears in quote -When the user clicks the **Delete hero** button, Angular calls the `deleteHero()` function in the component class. +When the user clicks the **Delete hero** button, Angular calls the `deleteHero()` method in the component class. You can use template statements with elements, components, or directives in response to events.