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.