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.