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: