From 865b180c4ad268361fc9444fed256c08db5b1255 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 19 Jun 2020 10:56:28 -0700 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/33978 Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index ed3261d972a390..452bdcad058f01 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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`