Skip to content

Commit 727290f

Browse files
Update validation.md
1 parent c4e8f07 commit 727290f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In the [Pipes](/pipes) chapter, we went through the process of building simple p
1616

1717
#### Using the built-in ValidationPipe
1818

19-
> info **Hint** The `ValidationPipe` is imported from the `@nestjs/common` package.
19+
> info **Hint** The `ValidationPipe` is exported from the `@nestjs/common` package.
2020
2121
Because this pipe uses the `class-validator` and `class-transformer` libraries, there are many options available. You configure these settings via a configuration object passed to the pipe. Following are the built-in options:
2222

0 commit comments

Comments
 (0)