diff options
Diffstat (limited to 'tests/Unit/RouterTest.php')
| -rw-r--r-- | tests/Unit/RouterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/RouterTest.php b/tests/Unit/RouterTest.php index 5583c80..d55fbd2 100644 --- a/tests/Unit/RouterTest.php +++ b/tests/Unit/RouterTest.php @@ -151,7 +151,7 @@ it('finds any method route', function () { expect($result)->toBeInstanceOf(RouteMatch::class); }); -it('finds route method case insenitively', function () { +it('finds route method case insensitive', function () { $router = new Router(); $router->root()->child('testing')->addRoute(new Route( HttpMethod::Get, |
