Skip to content

Commit 6ea52f1

Browse files
authored
fix: docs mermaid syntax error
1 parent fc4caa8 commit 6ea52f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/core-concepts/request-lifecycle-hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ graph TD
2121
2222
subgraph Pre-Call Hooks
2323
C1[Validate Model Hook]
24-
C2[Rate Limit Hook (Pre-Check)]
24+
C2["Rate Limit Hook (Pre-Check)"]
2525
C3[...]
2626
end
2727
2828
subgraph Post-Call Hooks
29-
E1[Rate Limit Hook (Post-Check)]
29+
E1["Rate Limit Hook (Post-Check)"]
3030
E2[Metrics Hook]
3131
E3[...]
3232
end

0 commit comments

Comments
 (0)