Skip to content

Commit

Permalink
doc: fix typo in README.md
Browse files Browse the repository at this point in the history
fix commands getactiverequests description typo

PR-URL: #268
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
  • Loading branch information
hardfist authored and mmarchini committed Feb 18, 2019
1 parent 51bf1f6 commit fdb49b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fdb49b8

Please sign in to comment.