From c8e909f8c9f0b18a6728b0088851099f54ca7826 Mon Sep 17 00:00:00 2001 From: Brendan Wyse Date: Mon, 11 Jan 2016 12:14:51 +0000 Subject: [PATCH] docs(cheatsheet): fix pipe name in an example Closes #6399 --- modules/angular2/docs/cheatsheet/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/docs/cheatsheet/template-syntax.md b/modules/angular2/docs/cheatsheet/template-syntax.md index 6868f65bac..f2ad7c7f91 100644 --- a/modules/angular2/docs/cheatsheet/template-syntax.md +++ b/modules/angular2/docs/cheatsheet/template-syntax.md @@ -71,7 +71,7 @@ The `*` symbol means that the current element will be turned into an embedded te syntax: `

Card No.: {{cardNumber | myCreditCardNumberFormatter}}

`|`{{cardNumber | myCreditCardNumberFormatter}}` description: -Transforms the current value of expression `cardNumber` via the pipe called `creditCardNumberFormatter`. +Transforms the current value of expression `cardNumber` via the pipe called `myCreditCardNumberFormatter`. @cheatsheetItem syntax: