Skip to content

Commit ee6d764

Browse files
committed
Merge remote-tracking branch 'mwenko/patch-1' into develop
2 parents 1236967 + 373f2cf commit ee6d764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/commonjs/migrate-mongo-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
// The file extension to create migrations and search for in migration dir
2626
migrationFileExtension: ".js",
2727

28-
// Enable the algorithm to create a checksum of the file contents and use that in the comparison to determin
28+
// Enable the algorithm to create a checksum of the file contents and use that in the comparison to determine
2929
// if the file should be run. Requires that scripts are coded to be run multiple times.
3030
useFileHash: false,
3131

0 commit comments

Comments
 (0)