Skip to content

Commit

Permalink
Merge pull request nestjs#2529 from Tony133/docs/update-pipes-package…
Browse files Browse the repository at this point in the history
…-validation

docs(overview): removed the types for joi package
  • Loading branch information
kamilmysliwiec authored Nov 14, 2022
2 parents e9fac00 + 6f05124 commit 5e3b749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/pipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ Start by installing the required package:

```bash
$ npm install --save joi
$ npm install --save-dev @types/joi
```

In the code sample below, we create a simple class that takes a schema as a `constructor` argument. We then apply the `schema.validate()` method, which validates our incoming argument against the provided schema.
Expand Down

0 comments on commit 5e3b749

Please sign in to comment.