We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685ed2c commit f5e8f12Copy full SHA for f5e8f12
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