Fixed minor comment typo in boot

- nothign to see here!
This commit is contained in:
Hannah Wolfe 2023-01-31 09:05:39 +00:00
parent c77984e6ab
commit 9475c9404c
No known key found for this signature in database
GPG Key ID: AB586C3B5AE5C037

View File

@ -165,7 +165,7 @@ async function initServicesForFrontend({bootLogger}) {
debug('End: Link Redirects');
debug('Begin: Themes');
// customThemSettingsService.api must be initialized before any theme activation occurs
// customThemeSettingsService.api must be initialized before any theme activation occurs
const customThemeSettingsService = require('./server/services/custom-theme-settings');
customThemeSettingsService.init();