Skip to content

Commit

Permalink
Merge pull request #8588 from melroy89/docs_fix_typo
Browse files Browse the repository at this point in the history
docs: Fix typo in Toolbar.php
  • Loading branch information
kenjis authored Feb 27, 2024
2 parents 8d281e2 + 78edddf commit 9894b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/Toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9894b92

Please sign in to comment.