Skip to content

Commit 7fc038c

Browse files
committed
anotha one
1 parent c65db2f commit 7fc038c

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 <code>{'{var_name}'}</code> 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)