From b87c0d6c1682fd81f93131d38c0b9f2da909dea4 Mon Sep 17 00:00:00 2001 From: Kalvin Vasconcellos Date: Wed, 3 Feb 2021 14:39:16 -0300 Subject: [PATCH] doc: fix typo in cli.md PR-URL: https://github.com/nodejs/node/pull/37214 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 5373f97fca07a9..044e8caf5882a2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -357,7 +357,7 @@ Generating V8 snapshots takes time and memory (both memory managed by the V8 heap and native memory outside the V8 heap). The bigger the heap is, the more resources it needs. Node.js will adjust the V8 heap to accommondate the additional V8 heap memory overhead, and try its best to avoid using up -all the memory avialable to the process. When the process uses +all the memory available to the process. When the process uses more memory than the system deems appropriate, the process may be terminated abruptly by the system, depending on the system configuration.