mirror of
https://github.com/metosin/reitit.git
synced 2025-12-23 18:41:11 +00:00
fixed typo in explicitely
This commit is contained in:
parent
349c838de4
commit
5831f2f4f6
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ Routes are just data, so it's easy to create them programmatically:
|
|||
|
||||
### Explicit path-parameter syntax
|
||||
|
||||
Router options `:syntax` allows the path-parameter syntax to be explicitely defined. It takes a keyword or set of keywords as a value. Valid values are `:colon` and `:bracket`. Default value is `#{:colon :bracket}`.
|
||||
Router options `:syntax` allows the path-parameter syntax to be explicitly defined. It takes a keyword or set of keywords as a value. Valid values are `:colon` and `:bracket`. Default value is `#{:colon :bracket}`.
|
||||
|
||||
With defaults:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue