From ccb8aae3932c13f33622203b2ffc5a33120e9d40 Mon Sep 17 00:00:00 2001 From: akhil marsonya <16393876+marsonya@users.noreply.github.com> Date: Wed, 26 Jan 2022 10:35:51 +0530 Subject: [PATCH] doc: fix typo in `technical-priorities.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `heap dumps` spelled as `headumps` PR-URL: https://github.com/nodejs/node/pull/41694 Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Mestery Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott Reviewed-By: Darshan Sen --- doc/contributing/technical-priorities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/technical-priorities.md b/doc/contributing/technical-priorities.md index 924572b206df2f..472b2a5973ef57 100644 --- a/doc/contributing/technical-priorities.md +++ b/doc/contributing/technical-priorities.md @@ -79,7 +79,7 @@ project work towards well understood and defined processes for observing the behavior of Node.js applications as well as ensuring there are well supported tools to implement those processes (logging, metrics and tracing). This includes support within the Node.js runtime itself (for example -generating headumps, performance metrics, etc.) as well as support for +generating heap dumps, performance metrics, etc.) as well as support for applications on top of the runtime. In addition, it is also important to clearly document the use cases, problem determination methods and best practices for those tools.