From 6aee35ec3d4b70231735c37678f19d5ad801f685 Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 30 Nov 2021 11:38:53 +0400 Subject: [PATCH] Fixed typos no issue --- test/utils/e2e-utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/utils/e2e-utils.js b/test/utils/e2e-utils.js index 5f61b61c35..ac57ceff55 100644 --- a/test/utils/e2e-utils.js +++ b/test/utils/e2e-utils.js @@ -163,7 +163,7 @@ const freshModeGhostStart = async (options) => { // Reset the settings cache and disable listeners so they don't get triggered further settingsService.shutdown(); - // Do a full database initialisation + // Do a full database initialization await knexMigrator.init(); await settingsService.init(); @@ -171,7 +171,7 @@ const freshModeGhostStart = async (options) => { // Actually boot Ghost await bootGhost(options); - // Wait for the URL service to be ready, which happens after bootYou + // Wait for the URL service to be ready, which happens after boot if (options.frontend) { await urlServiceUtils.isFinished(); }