summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/RouterTest.php2
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,