mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Merge pull request #364 from jmcduffie32/patch-1
Fix typo in basics/route_syntax documentation
This commit is contained in:
commit
076f1327b4
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Reitit does not apply any encoding to your paths. If you need that, you must enc
|
|||
|
||||
### Wildcards
|
||||
|
||||
Normal path-parameters (`:id`) can start anywhere in the path string, but have to end either to slash `/` (currently hardcoded) or to en end of path string:
|
||||
Normal path-parameters (`:id`) can start anywhere in the path string, but have to end either to slash `/` (currently hardcoded) or to an end of path string:
|
||||
|
||||
```clj
|
||||
[["/api/:version"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue