docs(aio): typo in template-syntax guide (#18765)

PR Close #18765
This commit is contained in:
Tea 2017-08-18 13:52:38 +08:00 committed by Miško Hevery
parent be9713c6e2
commit 7f4c964eef
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 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. and the [`FormsModule`](guide/forms "Forms") define their own attribute directives.
This section is an introduction to the most commonly used attribute directives: This section is an introduction to the most commonly used attribute directives: