From 677abb78b081d2a0db0a704f9095befb98a916cc Mon Sep 17 00:00:00 2001 From: Drew Winstel Date: Fri, 15 Jan 2016 14:30:00 -0600 Subject: [PATCH] docs(guide/pipes): fix typo in pipe example closes #707 `exponenential` should be `exponential`. --- public/docs/ts/latest/guide/pipes.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/pipes.jade b/public/docs/ts/latest/guide/pipes.jade index b5bf013c96..6c952e383a 100644 --- a/public/docs/ts/latest/guide/pipes.jade +++ b/public/docs/ts/latest/guide/pipes.jade @@ -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