Skip to content

Commit 645cd48

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 507a2ef commit 645cd48

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

4423-
### class: `FileHandle`
4423+
### Class: `FileHandle`
44244424
<!-- YAML
44254425
added: v10.0.0
44264426
-->

0 commit comments

Comments
 (0)