From 36d568f5d9224c8421a93202acd04b9471ba786f Mon Sep 17 00:00:00 2001 From: Francisco Muniz de Paula Neto Date: Wed, 2 Mar 2022 18:54:50 -0300 Subject: [PATCH] Update send-xrp.md (#1349) simply remove a duplicated word from the page, replacing "the your" with "your" --- content/tutorials/get-started/send-xrp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/get-started/send-xrp.md b/content/tutorials/get-started/send-xrp.md index 3fc6ddff56..e64ce706e4 100644 --- a/content/tutorials/get-started/send-xrp.md +++ b/content/tutorials/get-started/send-xrp.md @@ -412,7 +412,7 @@ XrplClient xrplClient = new XrplClient(rippledUrl); After completing this tutorial, you may want to try the following: - Build [Reliable transaction submission](reliable-transaction-submission.html) for production systems. -- Consult the your [client library](client-libraries.html)'s API reference for the full range of XRP Ledger functionality. +- Consult your [client library](client-libraries.html)'s API reference for the full range of XRP Ledger functionality. - Customize your [Account Settings](manage-account-settings.html). - Learn how [Transaction Metadata](transaction-metadata.html) describes the outcome of a transaction in detail. - Explore more [Payment Types](payment-types.html) such as Escrows and Payment Channels.