style: typos fixed - https://github.com/vlajos/misspell-fixer (#22975)
PR Close #22975
This commit is contained in:

committed by
Matias Niemelä

parent
f739f756ce
commit
de90314304
@ -797,7 +797,7 @@ export interface Pipe {
|
||||
*
|
||||
* Normally pipe's `transform` method is only invoked when the inputs to pipe`s
|
||||
* `transform` method change. If the pipe has internal state (it's result are
|
||||
* dependant on state other than its arguments) than set `pure` to `false` so
|
||||
* dependent on state other than its arguments) than set `pure` to `false` so
|
||||
* that the pipe is invoked on each change-detection even if the arguments to the
|
||||
* pipe do not change.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user