From fdb49b8153a7257e9d227377d9b2dcddb36976cc Mon Sep 17 00:00:00 2001 From: hardfist Date: Wed, 13 Feb 2019 14:16:26 +0800 Subject: [PATCH] doc: fix typo in README.md fix commands getactiverequests description typo PR-URL: https://github.com/nodejs/llnode/pull/268 Reviewed-By: Colin Ihrig Reviewed-By: Matheus Marchini --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 176c6312..a5503dcc 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ The following subcommands are supported: getactivehandles -- Print all pending handles in the queue. Equivalent to running process._getActiveHandles() on the living process. - getactiverequests -- Print all pending handles in the queue. Equivalent to running process._getActiveHandles() on + getactiverequests -- Print all pending requests in the queue. Equivalent to running process._getActiveRequests() on the living process. inspect -- Print detailed description and contents of the JavaScript value.