Skip to content

Commit c0c23fb

Browse files
daeyeontargos
authored andcommitted
doc: fix a typo in fs.openAsBlob
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #47693 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 4fa7739 commit c0c23fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/api/fs.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3383,10 +3383,9 @@ added: v19.8.0
33833383
Returns a {Blob} whose data is backed by the given file.
33843384
33853385
The file must not be modified after the {Blob} is created. Any modifications
3386-
will cause reading the {Blob} data to fail with a `DOMException`.
3387-
error. Synchronous stat operations on the file when the `Blob` is created, and
3388-
before each read in order to detect whether the file data has been modified
3389-
on disk.
3386+
will cause reading the {Blob} data to fail with a `DOMException` error.
3387+
Synchronous stat operations on the file when the `Blob` is created, and before
3388+
each read in order to detect whether the file data has been modified on disk.
33903389
33913390
```mjs
33923391
import { openAsBlob } from 'node:fs';

0 commit comments

Comments
 (0)