Skip to content

Commit eee62b0

Browse files
ax1BethGriggs
authored andcommittedDec 15, 2020
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 63533d7 commit eee62b0

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
@@ -5520,7 +5520,7 @@ that represent files will be deleted. The permissive behavior of the
55205520
`recursive` option is deprecated, `ENOTDIR` and `ENOENT` will be thrown in
55215521
the future.
55225522

5523-
## `fsPromises.rm(path[, options])`
5523+
### `fsPromises.rm(path[, options])`
55245524
<!-- YAML
55255525
added: v14.14.0
55265526
-->

0 commit comments

Comments
 (0)
Please sign in to comment.