Skip to content

Commit

Permalink
Merge pull request #607 from kabrunko-dev/docs/fix
Browse files Browse the repository at this point in the history
docs(en): fix typo in challenge 9
  • Loading branch information
tomalaforge authored Feb 21, 2024
2 parents cce27da + 27655cc commit 6817512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are some useful predefined pipes like the DatePipe, UpperCasePipe and Curr
## Statement

In this exercise, you are calling multiple functions inside your template. You can create a specific pipe for each of the functions but this will be too cumbersome.
The goal is to create a `wrapFn` pipe to wrap your callback function though a pipe. Your function MUST remain inside your component. **`WrapFn` must be highly reusable.**
The goal is to create a `wrapFn` pipe to wrap your callback function through a pipe. Your function MUST remain inside your component. **`WrapFn` must be highly reusable.**

## Constraints:

Expand Down

0 comments on commit 6817512

Please sign in to comment.