From 19e4cf11267acd0231428233c27be11671e5fbff Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 18 Aug 2020 20:32:02 +0200 Subject: [PATCH] Fixed grammar error to stop command documentation --- doc/lightning-stop.7.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/lightning-stop.7.md b/doc/lightning-stop.7.md index 7fe84a817..74a91ca45 100644 --- a/doc/lightning-stop.7.md +++ b/doc/lightning-stop.7.md @@ -1,4 +1,4 @@ -lightning-stop -- Command to shut off c-lightning node. +lightning-stop -- Command to shut-off c-lightning node. ============================================================ SYNOPSIS @@ -9,7 +9,7 @@ SYNOPSIS DESCRIPTION ----------- -The **stop** is a RPC to shut off the c-lightning node. +The **stop** is a RPC command to shut-off the c-lightning node. EXAMPLE JSON REQUEST ------------ @@ -24,13 +24,7 @@ EXAMPLE JSON REQUEST RETURN VALUE ------------ -On success, the command will return a emptu object. - -EXAMPLE JSON RESPONSE ------ -```json -{} -``` +On success, the command will return a empty object. AUTHOR