From 3c24f45ee6a806f5643c55e681421b81ae33596c Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Wed, 16 Dec 2015 14:10:27 -0800 Subject: [PATCH] chore(typo): fix a typo about [{}] reported in feedback --- public/docs/ts/latest/guide/template-syntax.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index dafbe16206..054096a9d7 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -643,7 +643,7 @@ code-example(format="", language="html"). That’s an improvement. It should be better. We shouldn't have to mention the data property twice. Angular should be able to read the component’s data property and set it - with a single declaration — which it can with the `[{ }]` syntax: + with a single declaration — which it can with the `[( )]` syntax: +makeExample('template-syntax/ts/app/app.component.html', 'NgModel-1')(format=".") .l-sub-section