From 50f8c3cf6af05ef9694f36eef1847de870b457c5 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Fri, 24 Jul 2026 08:27:31 -0400 Subject: [PATCH] docs: fix 'transfered' typo in payment probes topic --- _topics/en/payment-probes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_topics/en/payment-probes.md b/_topics/en/payment-probes.md index 4f4e2fd06c..b6cd62cda1 100644 --- a/_topics/en/payment-probes.md +++ b/_topics/en/payment-probes.md @@ -91,7 +91,7 @@ excerpt: > currently handle a payment of a certain size or how many bitcoins are allocated to each participant in the channel. Probes use the regular payment (HTLC) mechanism but are designed to always fail, preventing - any funds from being transfered. Probing can be useful, but it can + any funds from being transferred. Probing can be useful, but it can also reduce user privacy. ---