From 6e0ef6b31dc0aebe1dabd2d48f91fa9eb0e645b0 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 25 Jan 2020 22:55:05 -0700 Subject: [PATCH] Fixed typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 664163f..0b69d94 100644 --- a/index.php +++ b/index.php @@ -24,5 +24,5 @@ $app = $container->call(AppManager::class); $app->get('/file-info/[{path:.*}]', Controllers\FileInfoController::class); $app->get('/[{path:.*}]', Controllers\DirectoryController::class); -// Enagage! +// Engage! $app->run();