diff --git a/test/parallel/test-fs-read-optional-params.js b/test/parallel/test-fs-read-optional-params.js index 9b915d8ce4838c..bae99da3c0ebd0 100644 --- a/test/parallel/test-fs-read-optional-params.js +++ b/test/parallel/test-fs-read-optional-params.js @@ -27,7 +27,7 @@ fs.read(fd, common.mustCall((err, bytesRead, buffer) => { fs.read(fd, { buffer: bufferAsOption, offset: 0, - lenght: bufferAsOption.length, + length: bufferAsOption.length, position: 0 }, common.mustCall((err, bytesRead, buffer) => {