Closes #3191
@ -38,7 +38,7 @@ public enum BootstrapMode {
DEFERRED,
/**
* Repository bean definitions are considered lazy, lazily inject and only initialized on first use, i.e. the
* Repository bean definitions are considered lazy, lazily injected and initialized only on first use, i.e., the
* application might have fully started without the repositories initialized.
*/
LAZY;