Skip to content

Commit ae3c82c

Browse files
ax1BethGriggs
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 c666e85 commit ae3c82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
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)