diff --git a/public/docs/ts/latest/guide/pipes.jade b/public/docs/ts/latest/guide/pipes.jade index 42abb48a7e..54e8e79b3c 100644 --- a/public/docs/ts/latest/guide/pipes.jade +++ b/public/docs/ts/latest/guide/pipes.jade @@ -292,7 +292,7 @@ figure.image-display Angular executes an *impure pipe* during *every* component change detection cycle. An impure pipe will be called a lot, as often as every keystroke or mouse-move. - If follows that we must implement an impure pipe with great care. + It is therefore understood, that we must implement an impure pipe with great care. An expensive, long-running pipe could destroy the user experience. @@ -471,4 +471,4 @@ code-example(format="." language="html") If these performance and minification considerations do not apply to you, you can always create your own such pipes (along the lines of the [FlyingHeroesPipe](#impure-flying-heroes)) or find them in the community. - \ No newline at end of file +