Skip to content

Commit 549c283

Browse files
committed
docs(pipes): fix typo & add linebreak
1 parent 4da0027 commit 549c283

3 files changed

Lines changed: 3 additions & 3 deletions

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
@@ -17,7 +17,7 @@ Pipes are designed to be efficient and optimized for performance. They use chang
1717
By default a pipe is pure, you should be aware that setting `pure` to false is prone to be inefficient, because it increases the amount of rerenders.
1818

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

docs/src/content/docs/challenges/angular/8-pipe-pure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pipes are designed to be efficient and optimized for performance. They use chang
1818
By default a pipe is pure, you should be aware that setting `pure` to false is prone to be inefficient, because it increases the amount of rerenders.
1919

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

docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pipes are designed to be efficient and optimized for performance. They use chang
1818
By default a pipe is pure, you should be aware that setting `pure` to false is prone to be inefficient, because it increases the amount of rerenders.
1919

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

0 commit comments

Comments
 (0)