Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: fix typo
  • Loading branch information
lholmquist committed Mar 30, 2020
commit 7115ba958faf3e3cef021a4d28540e547489df23
2 changes: 1 addition & 1 deletion test/parallel/test-fs-readSync-optional-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ assert.deepStrictEqual(defaultBuffer2, expected);
// Test passing in options
const result3 = fs.readSync(fd, defaultBuffer3, {
offset: 0,
lenght: defaultBuffer3.length,
length: defaultBuffer3.length,
position: 0
});

Expand Down