We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1236967 + 373f2cf commit ee6d764Copy full SHA for ee6d764
samples/commonjs/migrate-mongo-config.js
@@ -25,7 +25,7 @@ const config = {
25
// The file extension to create migrations and search for in migration dir
26
migrationFileExtension: ".js",
27
28
- // Enable the algorithm to create a checksum of the file contents and use that in the comparison to determin
+ // Enable the algorithm to create a checksum of the file contents and use that in the comparison to determine
29
// if the file should be run. Requires that scripts are coded to be run multiple times.
30
useFileHash: false,
31
0 commit comments