Skip to content

Commit bae7dde

Browse files
ax1Trott
authored andcommitted
doc: fix header level in fs.md
Indentation for #fs_fs_promises_api is level 2 but it should be level 3. PR-URL: #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>
1 parent e54c8b7 commit bae7dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5565,7 +5565,7 @@ that represent files will be deleted. The permissive behavior of the
55655565
`recursive` option is deprecated, `ENOTDIR` and `ENOENT` will be thrown in
55665566
the future.
55675567

5568-
## `fsPromises.rm(path[, options])`
5568+
### `fsPromises.rm(path[, options])`
55695569
<!-- YAML
55705570
added: v14.14.0
55715571
-->

0 commit comments

Comments
 (0)