From 0b6c1959528e97087ae1eb4bb098fdc8d689ce99 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: fix typo --- tests/Unit/RouterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3