From baf6cbbfa7297fc9354331ca240d68d8cef1ed31 Mon Sep 17 00:00:00 2001 From: anuj-pal27 Date: Wed, 18 Mar 2026 22:36:31 +0530 Subject: [PATCH] Fix typo: 'Currrently' -> 'Currently' in router README --- lib/rage/router/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rage/router/README.md b/lib/rage/router/README.md index 1255bc8d..a96cbe0d 100644 --- a/lib/rage/router/README.md +++ b/lib/rage/router/README.md @@ -1,6 +1,6 @@ This is an almost complete rewrite of https://github.com/delvedor/find-my-way. -Currrently, the only constraint supported is the `host` constraint. Regexp constraints are likely to be added. Custom/lambda constraints are unlikely to be added. +Currently, the only constraint supported is the `host` constraint. Regexp constraints are likely to be added. Custom/lambda constraints are unlikely to be added. 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.