We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dd2e8 commit c65db2fCopy full SHA for c65db2f
1 file changed
plugins/ui/docs/hooks/use_params.md
@@ -104,7 +104,7 @@ app = app()
104
105
## Route Parameter Patterns
106
107
-Route parameters are defined by `{var_name}` segments in route paths:
+Route parameters are defined by <code>{'{var_name}'}</code> segments in route paths:
108
109
- `{user_id}` matches a required segment and extracts it as `"user_id"` in the params dict.
110
- `{tab?}` matches an optional segment. The parameter is not included if the segment is missing.
0 commit comments