From 843b3a219768554f93c06403c8d706e9e224389e Mon Sep 17 00:00:00 2001 From: Sachin Grover Date: Fri, 7 Feb 2020 13:07:18 +0530 Subject: [PATCH] docs: missing item variable in structural directives example (#35213) PR Close #34762 PR Close #35213 --- aio/content/guide/structural-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/structural-directives.md b/aio/content/guide/structural-directives.md index e47ac69e18..b428a1f6b0 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -297,7 +297,7 @@ describes additional `NgFor` directive properties and context properties. These microsyntax mechanisms are also available to you when you write your own structural directives. For example, microsyntax in Angular allows you to write `
{{item}}
` -instead of `
{{item}}
`. +instead of `
{{item}}
`. The following sections provide detailed information on constraints, grammar, and translation of microsyntax.