From 7f4c964eef8a526aae5bbedd12a64b56bff82233 Mon Sep 17 00:00:00 2001 From: Tea Date: Fri, 18 Aug 2017 13:52:38 +0800 Subject: [PATCH] docs(aio): typo in template-syntax guide (#18765) PR Close #18765 --- aio/content/guide/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index c0c3933ec2..65e0b5c5b9 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -1155,7 +1155,7 @@ other HTML elements, attributes, properties, and components. They are usually applied to elements as if they were HTML attributes, hence the name. Many details are covered in the [_Attribute Directives_](guide/attribute-directives) guide. -Many NgMdules such as the [`RouterModule`](guide/router "Routing and Navigation") +Many NgModules such as the [`RouterModule`](guide/router "Routing and Navigation") and the [`FormsModule`](guide/forms "Forms") define their own attribute directives. This section is an introduction to the most commonly used attribute directives: