docs(guide/pipes): fix typo in pipe example
closes #707 `exponenential` should be `exponential`.
This commit is contained in:
parent
83a944b995
commit
677abb78b0
|
@ -134,7 +134,7 @@ figure.image-display
|
||||||
|
|
||||||
* The `@Pipe` decorator takes an object with a name property whose value is the
|
* 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.
|
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
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue