docs(guide/pipes): fix typo in pipe example

closes #707
`exponenential` should be `exponential`.
This commit is contained in:
Drew Winstel 2016-01-15 14:30:00 -06:00 committed by Ward Bell
parent 83a944b995
commit 677abb78b0
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ figure.image-display
* The `@Pipe` decorator takes an object with a name property whose value is the
pipe name that we'll use within a template expression. It must be a valid JavaScript identifier.
Our pipe's name is `exponenentialStrength`.
Our pipe's name is `exponentialStrength`.
.l-sub-section
:marked