Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
doc: apply sentence case to headers in doc/guides
PR-URL: #37506 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
- Loading branch information
Showing
with
13 additions
and 13 deletions.
- +3 −3 doc/guides/commit-queue.md
- +1 −1 doc/guides/diagnostic-tooling-support-tiers.md
- +1 −1 doc/guides/investigating_native_memory_leak.md
- +4 −4 doc/guides/maintaining-icu.md
- +1 −1 doc/guides/maintaining-npm.md
- +1 −1 doc/guides/maintaining-openssl.md
- +1 −1 doc/guides/maintaining-root-certs.md
- +1 −1 doc/guides/maintaining-the-build-files.md
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| # Investigating memory leaks with valgrind | ||
|
|
||
| A Node.js process may run out of memory due to excessive consumption of | ||
| native memory. Native Memory is memory which is not managed by the | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| # Maintaining the root certificates | ||
|
|
||
| Node.js contains a compiled-in set of root certificates used as trust anchors | ||
| for TLS certificate validation. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| # Maintaining the build files | ||
|
|
||
| This document explains how to maintain the build files in the codebase. | ||
|
|
||

