Skip to content

Commit f16f8b3

Browse files
authored
Merge pull request #84 from subhero24/master
Fix typo
2 parents 4463138 + 5f3640c commit f16f8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Database {
170170
throw new Error(`No migration files found in '${location}'.`);
171171
}
172172

173-
// Ge the list of migrations, for example:
173+
// Get the list of migrations, for example:
174174
// { id: 1, name: 'initial', filename: '001-initial.sql', up: ..., down: ... }
175175
// { id: 2, name: 'feature', fielname: '002-feature.sql', up: ..., down: ... }
176176
await Promise.all(migrations.map(migration => new this.Promise((resolve, reject) => {

0 commit comments

Comments
 (0)