From 3de78ad69b348f8bdb9938a6342aaa26d4d903cf 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 6b1c158b75a66c..db71979df7f882 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4440,7 +4440,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` or `require('fs/promises')`. -### class: `FileHandle` +### Class: `FileHandle`