From 8a0a9a48f14288ac7bef457006752ae7cf92c979 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Tue, 21 May 2024 11:16:21 -0700 Subject: [PATCH] doc: listpeerchannel typo and description fix Suggested by: @evansmj In Draft PRs: 7155: doc: Clarify listpeerchannels documentation. 7156: doc: Fix two typos in documentation and schema descriptions --- contrib/msggen/msggen/schema.json | 4 ++-- doc/schemas/lightning-listpeerchannels.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index 53bec44da..ded1e4e22 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -19294,7 +19294,7 @@ "rpc": "listpeerchannels", "title": "Command returning data on channels of connected lightning nodes", "description": [ - "The **listpeerchannels** RPC command returns data on channels of the network, with the possibility to filter the channels by node id.", + "The **listpeerchannels** RPC command returns list of this node's channels, with the possibility to filter them by peer's node id.", "", "If no *id* is supplied, then channel data on all lightning nodes that are connected, or not connected but have open channels with this node, are returned." ], @@ -19674,7 +19674,7 @@ "type": "integer", "added": "v23.08", "description": [ - "The amouont of sats we're splicing in or out." + "The amount of sats we're splicing in or out." ] }, "our_funding_msat": { diff --git a/doc/schemas/lightning-listpeerchannels.json b/doc/schemas/lightning-listpeerchannels.json index d9f76e718..6f63deb65 100644 --- a/doc/schemas/lightning-listpeerchannels.json +++ b/doc/schemas/lightning-listpeerchannels.json @@ -6,7 +6,7 @@ "rpc": "listpeerchannels", "title": "Command returning data on channels of connected lightning nodes", "description": [ - "The **listpeerchannels** RPC command returns data on channels of the network, with the possibility to filter the channels by node id.", + "The **listpeerchannels** RPC command returns list of this node's channels, with the possibility to filter them by peer's node id.", "", "If no *id* is supplied, then channel data on all lightning nodes that are connected, or not connected but have open channels with this node, are returned." ], @@ -386,7 +386,7 @@ "type": "integer", "added": "v23.08", "description": [ - "The amouont of sats we're splicing in or out." + "The amount of sats we're splicing in or out." ] }, "our_funding_msat": {