Skip to content

Commit 6817512

Browse files
authored
Merge pull request #607 from kabrunko-dev/docs/fix
docs(en): fix typo in challenge 9
2 parents cce27da + 27655cc commit 6817512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are some useful predefined pipes like the DatePipe, UpperCasePipe and Curr
2929
## Statement
3030

3131
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.
32-
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.**
32+
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.**
3333

3434
## Constraints:
3535

0 commit comments

Comments
 (0)