Skip to content

Commit 5f3640c

Browse files
committed
Fix typo
1 parent 5d092c5 commit 5f3640c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database.js

Lines changed: 1 addition & 1 deletion
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)