Skip to content

Commit

Permalink
doc: use Class: consistently
Browse files Browse the repository at this point in the history
The docs contain 122 uses of `Class:` in headers and one use of `class:`
in headers. This changes that one instance to conform with the other
instances.

PR-URL: #33978
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and codebytere committed Jul 12, 2020
1 parent 857ff68 commit 322a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4328,7 +4328,7 @@ The `fs.promises` API provides an alternative set of asynchronous file system
methods that return `Promise` objects rather than using callbacks. The
API is accessible via `require('fs').promises`.

### class: `FileHandle`
### Class: `FileHandle`
<!-- YAML
added: v10.0.0
-->
Expand Down

0 comments on commit 322a51e

Please sign in to comment.