We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65db2f commit 7fc038cCopy full SHA for 7fc038c
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 <code>{'{var_name}'}</code> 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