docs(pipes): Fixed "If follows..." typo

closes #1053
Fixed typo in **pipes** section of guide.
This commit is contained in:
Aristeidis Bampakos 2016-04-06 21:15:07 +03:00 committed by Ward Bell
parent 8c7b991e4f
commit fdb57381e3
1 changed files with 97 additions and 97 deletions

View File

@ -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.
With that concern in mind, we must implement an impure pipe with great care.
An expensive, long-running pipe could destroy the user experience.
<a id="impure-flying-heroes"></a>