Skip to content

Commit 99ec837

Browse files
committed
typo fix
1 parent 3cee978 commit 99ec837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-stat-abort-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const tmpdir = require('../common/tmpdir');
88

99
test('fs.stat should throw AbortError when called with an already aborted AbortSignal', async () => {
1010
// This test verifies that fs.stat immediately throws an AbortError if the provided AbortSignal
11-
// has already been aborted. This approach is used because attempting to abort an fs.stat call in-flight
11+
// has already been canceled. This approach is used because trying to abort an fs.stat call in flight
1212
// is unreliable given that file system operations tend to complete very quickly on many platforms.
1313
tmpdir.refresh();
1414

0 commit comments

Comments
 (0)