diff --git a/modules/angular2/docs/cheatsheet/template-syntax.md b/modules/angular2/docs/cheatsheet/template-syntax.md index 6a8c3f8f7a..6868f65bac 100644 --- a/modules/angular2/docs/cheatsheet/template-syntax.md +++ b/modules/angular2/docs/cheatsheet/template-syntax.md @@ -62,10 +62,10 @@ Creates a local variable `movieplayer` that provides access to the `video` eleme @cheatsheetItem syntax: -`
...
`|`*my-unless` +`...
`|`*myUnless` description: The `*` symbol means that the current element will be turned into an embedded template. Equivalent to: -`...
` +`...
` @cheatsheetItem syntax: