From 78edddf62c1c0aeea84a76cc5d8195aa37cfa9cd Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Tue, 27 Feb 2024 02:48:06 +0100 Subject: [PATCH] docs: Fix typo in Toolbar.php --- app/Config/Toolbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Toolbar.php b/app/Config/Toolbar.php index 2860f74d3d9c..96cd1da75826 100644 --- a/app/Config/Toolbar.php +++ b/app/Config/Toolbar.php @@ -49,7 +49,7 @@ class Toolbar extends BaseConfig * Collect Var Data * -------------------------------------------------------------------------- * - * If set to false var data from the views will not be colleted. Useful to + * If set to false var data from the views will not be collected. Useful to * avoid high memory usage when there are lots of data passed to the view. * * @var bool