From 6b8abd83a73f590fe67438e4846fc67390a87d2a Mon Sep 17 00:00:00 2001 From: Scott Schurr Date: Tue, 3 Jul 2018 16:22:36 -0700 Subject: [PATCH] Update public-rippled-methods.md Fix minor typo in `account_tx` link description. --- .../public-rippled-methods/public-rippled-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md b/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md index e6be00b4ad..ef5f95a5b3 100644 --- a/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md +++ b/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md @@ -13,7 +13,7 @@ An account in the XRP Ledger represents a holder of XRP and a sender of transact * **[`account_lines`](account_lines.html)** - Get info about an account's trust lines. * **[`account_objects`](account_objects.html)** - Get all ledger objects owned by an account. * **[`account_offers`](account_offers.html)** - Get info about an account's currency exchange offers. -* **[`account_tx`](account_tx.html)** - Get inf about an account's transactions. +* **[`account_tx`](account_tx.html)** - Get info about an account's transactions. * **[`gateway_balances`](gateway_balances.html)** - Calculate total amounts issued by an account. * **[`noripple_check`](noripple_check.html)** - Get recommended changes to an account's DefaultRipple and NoRipple settings.