Skip to content

Commit 890f5cc

Browse files
committed
docs(pipe-utility): change impure pipe description
1 parent 42dc60f commit 890f5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/challenges/angular/10-pipe-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By default a pipe is pure, you should be aware that setting `pure` to false is p
1818

1919
:::note
2020
A **pure** pipe is only called when the value changes.\
21-
A **impure** pipe is called for every change detection cycle no matter whether the value changes.
21+
A **impure** pipe is called every change detection cycle.
2222
:::
2323

2424
There are some useful predefined pipes like the DatePipe, UpperCasePipe and CurrencyPipe. To learn more about pipes in Angular, check the API documentation [here](https://angular.io/guide/pipes).

0 commit comments

Comments
 (0)