From e42aef774b4142a39c98729e55661da6e36f2217 Mon Sep 17 00:00:00 2001 From: PovilasKorop Date: Tue, 19 Oct 2021 05:36:08 +0300 Subject: [PATCH] Fix typo --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 52e1538..15508ce 100644 --- a/routes/web.php +++ b/routes/web.php @@ -63,7 +63,7 @@ use Illuminate\Support\Facades\Route; // Put one Route Group code line here below - // Tasks inside that /app group: + // Tasks inside that /admin group: // Task 10: point URL /admin/dashboard to a "Single Action" Admin/DashboardController