Skip to content

Commit 0e9acf8

Browse files
ax1targos
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 f49afb5 commit 0e9acf8

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)