Fixed typo Migratior -> Migration

This commit is contained in:
Naz 2021-02-24 13:05:29 +13:00
parent 1e3fc8b532
commit 7f51cbf4e9

View File

@ -239,7 +239,7 @@ async function bootGhost() {
const bootLogger = new BootLogger(logging, startTime);
debug('End: Load logging');
// Version is required by sentry & Migratior config & so is fundamental to booting
// Version is required by sentry & Migration config & so is fundamental to booting
// However, it involves reading package.json so its slow & it's here for visibility on that slowness
debug('Begin: Load version info');
require('./server/lib/ghost-version');