Skip to content

Commit

Permalink
docs(pipes): minor searchability improvement for 'zod' usage
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk authored Aug 22, 2023
1 parent 70a0156 commit 6ed0214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ This is, of course, exactly the use case for which pipes are designed. So let's

<app-banner-courses></app-banner-courses>

#### Object schema validation
#### Object schema validation (with Zod)

There are several approaches available for doing object validation in a clean, [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) way. One common approach is to use **schema-based** validation. Let's go ahead and try that approach.

Expand Down

0 comments on commit 6ed0214

Please sign in to comment.