Skip to content

Commit f9034bc

Browse files
committed
squash: update deprecation description
1 parent 4a7d563 commit f9034bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3042,8 +3042,8 @@ changes:
30423042

30433043
Type: End-of-Life
30443044

3045-
In future versions of Node.js, `recursive` option will be ignored for
3046-
`fs.rmdir`, `fs.rmdirSync`, and `fs.promises.rmdir`.
3045+
`recursive` option is ignored for `fs.rmdir`, `fs.rmdirSync`,
3046+
and `fs.promises.rmdir`.
30473047

30483048
Use `fs.rm(path, { recursive: true, force: true })`,
30493049
`fs.rmSync(path, { recursive: true, force: true })` or

0 commit comments

Comments
 (0)