From d7a6947e225c4b6b197689ebf1e7ce5da182743b Mon Sep 17 00:00:00 2001 From: Zoe <72640539+zoe-zhouzhou@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:27:52 +0800 Subject: [PATCH] Fix typo in en/make-payments.mdx Fix typo --- src/content/en/user-incentive/make-payments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/en/user-incentive/make-payments.mdx b/src/content/en/user-incentive/make-payments.mdx index b6d768c..66c8f93 100644 --- a/src/content/en/user-incentive/make-payments.mdx +++ b/src/content/en/user-incentive/make-payments.mdx @@ -5,7 +5,7 @@ import { Callout } from 'nextra/components' ## Key concepts - **Invoice**: A request for payment, created by the receiver. -- **Inboung Liquidity**: The amount of funds that can be received through a payment channel. +- **Inbound Liquidity**: The amount of funds that can be received through a payment channel. - **Outbound Liquidity**: Your balance in the channel. The amount of funds that can be sent through a payment channel. - **Channel Capacity**: The whole amount that two nodes fund to the channel. - **Reserve**: Due to some security reasons, the channel has a reserve. This amount is not available for sending.