From 9c2fe660a3f50a5eafc945a2dfc0711ef027e6cd Mon Sep 17 00:00:00 2001 From: cjc343 Date: Thu, 24 Mar 2016 14:14:41 -0700 Subject: [PATCH] (docs) Fix pony greeting equivalence Cheatsheet claims equivalence between two statements which are not equivalent Closes #7761 --- modules/@angular/docs/cheatsheet/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/docs/cheatsheet/template-syntax.md b/modules/@angular/docs/cheatsheet/template-syntax.md index 7f70879e36..1da9687923 100644 --- a/modules/@angular/docs/cheatsheet/template-syntax.md +++ b/modules/@angular/docs/cheatsheet/template-syntax.md @@ -38,7 +38,7 @@ syntax: `
`|`{{ponyName}}` description: Binds a property to an interpolated string, e.g. "Hello Seabiscuit". Equivalent to: -`
` +`
` @cheatsheetItem syntax: