Add missing word to sentence

This commit is contained in:
Aaron Groom 2019-04-02 15:44:24 -04:00
parent 75149b595f
commit aeab44e6e5
No known key found for this signature in database
GPG key ID: 6D038EE1E0301880

View file

@ -1,6 +1,6 @@
# Route Conflicts
We should fast if a router contains conflicting paths or route names.
We should fail fast if a router contains conflicting paths or route names.
When a `Router` is created via `reitit.core/router`, both path and route name conflicts are checked automatically. By default, in case of conflict, an `ex-info` is thrown with a descriptive message. In some (legacy api) cases, path conflicts should be allowed and one can override the path conflict resolution via `:conflicts` router option.