From ee597db87b719dff2904df2c211a38e05a219f61 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Wed, 6 Apr 2016 21:15:07 +0300 Subject: [PATCH] docs(pipes): Fixed typo Fixed typo in **pipes** section of guide. --- public/docs/ts/latest/guide/pipes.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +