Skip to content

Commit f4365fb

Browse files
Merge pull request #2588 from gapon2401/patch-1
docs(faq): Capitalize @usePipes decorator
2 parents 006e299 + f3f2517 commit f4365fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/request-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Interceptors, for the most part, follow the same pattern as guards, with one cat
3434

3535
#### Pipes
3636

37-
Pipes follow the standard global to controller to route bound sequence, with the same first in first out in regards to the `@usePipes()` parameters. However, at a route parameter level, if you have multiple pipes running, they will run in the order of the last parameter with a pipe to the first. This also applies to the route level and controller level pipes. For example, if we have the following controller:
37+
Pipes follow the standard global to controller to route bound sequence, with the same first in first out in regards to the `@UsePipes()` parameters. However, at a route parameter level, if you have multiple pipes running, they will run in the order of the last parameter with a pipe to the first. This also applies to the route level and controller level pipes. For example, if we have the following controller:
3838

3939
```typescript
4040
@UsePipes(GeneralValidationPipe)

0 commit comments

Comments
 (0)