Skip to content

Commit 322a51e

Browse files
Trottcodebytere
authored andcommitted
doc: use Class: consistently
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 <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 857ff68 commit 322a51e

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
@@ -4328,7 +4328,7 @@ The `fs.promises` API provides an alternative set of asynchronous file system
43284328
methods that return `Promise` objects rather than using callbacks. The
43294329
API is accessible via `require('fs').promises`.
43304330

4331-
### class: `FileHandle`
4331+
### Class: `FileHandle`
43324332
<!-- YAML
43334333
added: v10.0.0
43344334
-->

0 commit comments

Comments
 (0)