Skip to content

Commit 7a78ca9

Browse files
committed
docs(faq/request-lifecycle): change 'proceeds' to 'precedes'
1 parent 87ccf9b commit 7a78ca9

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
@@ -26,7 +26,7 @@ export class CatsController {
2626

2727
`Guard1` will execute before `Guard2` and both will execute before `Guard3`.
2828

29-
> info **Hint** When speaking about globally bound vs controller or locally bound, the difference is where the guard (or other component is bound). If you are using `app.useGlobalGuard()` or providing the component via a module, it is globally bound. Otherwise, it is bound to a controller if the decorator precedes a controller class, or to a route if the decorator proceeds a route declaration.
29+
> info **Hint** When speaking about globally bound vs controller or locally bound, the difference is where the guard (or other component is bound). If you are using `app.useGlobalGuard()` or providing the component via a module, it is globally bound. Otherwise, it is bound to a controller if the decorator precedes a controller class, or to a route if the decorator precedes a route declaration.
3030
3131
#### Interceptors
3232

0 commit comments

Comments
 (0)