Skip to content

Commit fdb49b8

Browse files
hardfistmmarchini
authored andcommitted
doc: fix typo in README.md
fix commands getactiverequests description typo PR-URL: #268 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
1 parent 51bf1f6 commit fdb49b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ The following subcommands are supported:
245245
getactivehandles -- Print all pending handles in the queue. Equivalent to running process._getActiveHandles() on
246246
the living process.
247247
248-
getactiverequests -- Print all pending handles in the queue. Equivalent to running process._getActiveHandles() on
248+
getactiverequests -- Print all pending requests in the queue. Equivalent to running process._getActiveRequests() on
249249
the living process.
250250
251251
inspect -- Print detailed description and contents of the JavaScript value.

0 commit comments

Comments
 (0)