diff --git a/src/migration/MigrationExecutor.ts b/src/migration/MigrationExecutor.ts index 8e317b44f..2ea4b17a5 100644 --- a/src/migration/MigrationExecutor.ts +++ b/src/migration/MigrationExecutor.ts @@ -409,7 +409,7 @@ export class MigrationExecutor { // if no migrations found in the database then nothing to revert if (!lastTimeExecutedMigration) { this.connection.logger.logSchemaBuild( - `No migrations was found in the database. Nothing to revert!`, + `No migrations were found in the database. Nothing to revert!`, ) return }