Merge pull request #19594 from eileenmcnaughton/535m
[civicrm-core.git] / setup / plugins / installDatabase / BootstrapCivi.civi-setup.php
index a1d153154b650249776516ae7951bf8d7e75b990..3592e35435cc5bd2c0f1fa40ff51e0dd4caa20bc 100644 (file)
@@ -6,7 +6,7 @@
  *
  * GOAL: All the standard services (database, DAOs, translations, settings, etc) should be loaded.
  *
- * MECHANICS: This is basically calls `CRM_Core_Config::singleton(TRUE,TRUE)`.
+ * MECHANICS: This basically calls `CRM_Core_Config::singleton(TRUE,TRUE)`.
  *
  * NOTE: This is technically a *reboot*. `Preboot` started things off, but it
  * booted with `CRM_Core_Config::singleton($loadFromDB==FALSE)`. Now, the DB is