Skip to content

Commit 7feac84

Browse files
authored
Fix typo: 'Currrently' -> 'Currently' in router README (#243)
1 parent d1bdb51 commit 7feac84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rage/router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is an almost complete rewrite of https://github.com/delvedor/find-my-way.
22

3-
Currrently, the only constraint supported is the `host` constraint. Regexp constraints are likely to be added. Custom/lambda constraints are unlikely to be added.
3+
Currently, the only constraint supported is the `host` constraint. Regexp constraints are likely to be added. Custom/lambda constraints are unlikely to be added.
44

55
Compared to the Rails router, the most notable difference except constraints is that a wildcard segment can only be in the last section of the path and cannot be named.
66

0 commit comments

Comments
 (0)