From 976e9a752884089b0cea9336c0b2fc82487ae503 Mon Sep 17 00:00:00 2001 From: Anbuselvan Rocky <15264938+anburocky3@users.noreply.github.com> Date: Thu, 22 Sep 2022 16:02:18 +0530 Subject: [PATCH] fix: typo mistake --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index e1c82e6b..09222b78 100644 --- a/assets/config.php +++ b/assets/config.php @@ -140,7 +140,7 @@ return [ ], /** - * Redis tenancy config. Used by RedisTenancyBoostrapper. + * Redis tenancy config. Used by RedisTenancyBootstrapper. * * Note: You need phpredis to use Redis tenancy. *