We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4caa8 commit 6ea52f1Copy full SHA for 6ea52f1
1 file changed
docs/core-concepts/request-lifecycle-hooks.md
@@ -21,12 +21,12 @@ graph TD
21
22
subgraph Pre-Call Hooks
23
C1[Validate Model Hook]
24
- C2[Rate Limit Hook (Pre-Check)]
+ C2["Rate Limit Hook (Pre-Check)"]
25
C3[...]
26
end
27
28
subgraph Post-Call Hooks
29
- E1[Rate Limit Hook (Post-Check)]
+ E1["Rate Limit Hook (Post-Check)"]
30
E2[Metrics Hook]
31
E3[...]
32
0 commit comments