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:
authorax1 <16510021+ax1@users.noreply.github.com>2020-10-23 13:46:18 +0300
committerRich Trott <rtrott@gmail.com>2020-10-25 16:07:34 +0300
commitbae7ddecf709aa9c2c10d511ccecb3c13242471c (patch)
treebc76bb61759a173fe48935298cd03e1601033058
parente54c8b788d64d6388157434f10888358b3f7ab12 (diff)
doc: fix header level in fs.md
Indentation for #fs_fs_promises_api is level 2 but it should be level 3. PR-URL: https://github.com/nodejs/node/pull/35771 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
-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
-->