Merge pull request #8588 from melroy89/docs_fix_typo

docs: Fix typo in Toolbar.php
This commit is contained in:
kenjis 2024-02-27 11:02:59 +09:00 committed by GitHub
commit 9894b92997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;