Skip to content

Commit 0294f51

Browse files
Merge pull request #2952 from itecompro/change-proceeds-to-precedes
docs(faq/request-lifecycle): change 'proceeds' to 'precedes'
2 parents 9d9f9fe + 7a78ca9 commit 0294f51

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)