Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Lau <[email protected]>
  • Loading branch information
emilsivervik and richardlau authored Jan 6, 2021
1 parent 9a75a24 commit 95a48bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-promises-file-handle-readFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function doReadAndCancel() {
});
}

// Validate file size is withing range for reading
// Validate file size is within range for reading
{
// Variable taken from https:/nodejs/node/blob/master/lib/internal/fs/promises.js#L5
const kIoMaxLength = 2 ** 31 - 1;
Expand Down

0 comments on commit 95a48bc

Please sign in to comment.