From eee62b05f6415dd19adaa049cad8aeee04f999ca Mon Sep 17 00:00:00 2001 From: ax1 <16510021+ax1@users.noreply.github.com> Date: Fri, 23 Oct 2020 12:46:18 +0200 Subject: [PATCH] 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 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Gireesh Punathil --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 38ea82e854ffc7..1bb40825701556 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -5520,7 +5520,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])`