Update send-xrp.md (#1349)

simply remove a duplicated word from the page, replacing "the your" with "your"
This commit is contained in:
Francisco Muniz de Paula Neto
2022-03-02 18:54:50 -03:00
committed by GitHub
parent 8b468d02cb
commit 36d568f5d9

View File

@@ -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. <!-- SPELLING_IGNORE: javadocs -->
- Consult your [client library](client-libraries.html)'s API reference for the full range of XRP Ledger functionality. <!-- SPELLING_IGNORE: javadocs -->
- 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.