We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf13e0 commit b074717Copy full SHA for b074717
doc/api/fs.md
@@ -5540,8 +5540,8 @@ added: REPLACEME
5540
retries. This option is ignored if the `recursive` option is not `true`.
5541
**Default:** `100`.
5542
5543
-Synchronously removes files and directories (modeled on the standard POSIX `rm`
5544
-utility). Resolves the `Promise` with no arguments on success.
+Removes files and directories (modeled on the standard POSIX `rm` utility).
+Resolves the `Promise` with no arguments on success.
5545
5546
### `fsPromises.stat(path[, options])`
5547
<!-- YAML
0 commit comments