Merge pull request #364 from jmcduffie32/patch-1

Fix typo in basics/route_syntax documentation
This commit is contained in:
Tommi Reiman 2020-02-12 15:37:29 +02:00 committed by GitHub
commit 076f1327b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]