We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb98a commit ea09da4Copy full SHA for ea09da4
test/parallel/test-fs-options-immutable.js
@@ -44,7 +44,7 @@ if (common.canCreateSymLink()) {
44
fs.appendFile(fileName, 'ABCD', options, common.mustCall(errHandler));
45
}
46
47
-if (!common.isIBMi) { // IBMi does not suppport fs.watch()
+if (!common.isIBMi) { // IBMi does not support fs.watch()
48
const watch = fs.watch(__filename, options, common.mustNotCall());
49
watch.close();
50
0 commit comments