Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 0b8dda0

Browse files
committed
Fix docs
1 parent c181e31 commit 0b8dda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/action/invoice.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class InvoiceAction {
5252
* which can be rendered in a QR code for scanning. After the values
5353
* are set on the store the user is navigated to the invoice QR view
5454
* which displays the QR for consumption by the payer.
55-
* The invoice is set to not private since it should contain routing
56-
* information for private channels.
55+
* The invoice is set private since it should contain a routing hint
56+
* for private channels.
5757
* This action can be called from a view event handler as does all
5858
* the necessary error handling and notification display.
5959
* @return {Promise<undefined>}

0 commit comments

Comments
 (0)