Skip to content

Commit 373f2cf

Browse files
authored
Refactor: fixed spelling in migrate-mongo-config
1 parent 323e9f4 commit 373f2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/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)