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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
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

+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)