Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 2c2fe3c8626..bcc5695284e 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -5565,7 +5565,7 @@ that represent files will be deleted. The permissive behavior of the
`recursive` option is deprecated, `ENOTDIR` and `ENOENT` will be thrown in
the future.
-## `fsPromises.rm(path[, options])`
+### `fsPromises.rm(path[, options])`
<!-- YAML
added: v14.14.0
-->