Skip to content

Commit

Permalink
fixed typo in explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
keoko committed Mar 12, 2021
1 parent 349c838 commit 5831f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/basics/route_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5831f2f

Please sign in to comment.