From 28758d479498d256ae10bf21964e2dcc24563dd5 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 31 Mar 2023 18:47:00 +0200 Subject: [PATCH] fix: typo --- app/config/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/services.php b/app/config/services.php index eeabbc21d1..f7fe5fe8d1 100644 --- a/app/config/services.php +++ b/app/config/services.php @@ -188,8 +188,8 @@ return [ ], 'console' => [ 'key' => 'console', - 'name' => 'Conosle', - 'subtitle' => 'The Console service allows you to interact with Console relevant informations.', + 'name' => 'Console', + 'subtitle' => 'The Console service allows you to interact with console relevant informations.', 'description' => '', 'controller' => 'api/console.php', 'sdk' => true,