Skip to content

Commit

Permalink
doc: fix header level in fs.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ax1 authored and targos committed Nov 3, 2020
1 parent f49afb5 commit 0e9acf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -5565,7 +5565,7 @@ that represent files will be deleted. The permissive behavior of the
`recursive` option is deprecated, `ENOTDIR` and `ENOENT` will be thrown in
the future.

## `fsPromises.rm(path[, options])`
### `fsPromises.rm(path[, options])`
<!-- YAML
added: v14.14.0
-->
Expand Down

0 comments on commit 0e9acf8

Please sign in to comment.