docs(pipes): Fixed "If follows..." typo
closes #1053 Fixed typo in **pipes** section of guide.
This commit is contained in:
parent
8c7b991e4f
commit
fdb57381e3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue