Skip to content

Commit c65db2f

Browse files
committed
love when docs don't save
1 parent c8dd2e8 commit c65db2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ui/docs/hooks/use_params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ app = app()
104104

105105
## Route Parameter Patterns
106106

107-
Route parameters are defined by `{var_name}` segments in route paths:
107+
Route parameters are defined by <code>{'{var_name}'}</code> segments in route paths:
108108

109109
- `{user_id}` matches a required segment and extracts it as `"user_id"` in the params dict.
110110
- `{tab?}` matches an optional segment. The parameter is not included if the segment is missing.

0 commit comments

Comments
 (0)