From 38fc706c97291bccaa4619a8480ab69173f13c37 Mon Sep 17 00:00:00 2001 From: Anbuselvan Rocky <15264938+anburocky3@users.noreply.github.com> Date: Thu, 22 Sep 2022 21:54:01 +0530 Subject: [PATCH] fix: typo mistake (#954) --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index 85592d14..891bc64c 100644 --- a/assets/config.php +++ b/assets/config.php @@ -139,7 +139,7 @@ return [ ], /** - * Redis tenancy config. Used by RedisTenancyBoostrapper. + * Redis tenancy config. Used by RedisTenancyBootstrapper. * * Note: You need phpredis to use Redis tenancy. *