Skip to content

Commit

Permalink
docs: fix type at change detection with pipes section (angular#53940)
Browse files Browse the repository at this point in the history
Fix a typo of word 'heroes' at docs guide for change detection with pure pipes

PR Close angular#53940
  • Loading branch information
ilirbeqirii authored and thePunderWoman committed Jan 25, 2024
1 parent c637dfa commit 35ec260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/content/guide/pipes/change-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The tabs for the example show the following:
| Files | Details |
|:--- |:--- |
| flying-heroes.component.html | Template with the new pipe used. |
| flying-heroes.pipe.ts | File with custom pipe that filters flying heros. |
| flying-heroes.pipe.ts | File with custom pipe that filters flying heroes. |

<docs-code-multifile path="adev/src/content/examples/pipes/src/app/flying-heroes.component.ts_FlyingHeroesComponent" preview>
<docs-code header="src/app/flying-heroes.component.html" path="adev/src/content/examples/pipes/src/app/flying-heroes.component.html" visibleRegion="template-flying-heroes"/>
Expand Down

0 comments on commit 35ec260

Please sign in to comment.