diff --git a/app/Config/Toolbar.php b/app/Config/Toolbar.php index 08012c2de9ae..20a31da0c39e 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. */ public bool $collectVarData = true;