Update public-rippled-methods.md

Fix minor typo in `account_tx` link description.
This commit is contained in:
Scott Schurr
2018-07-03 16:22:36 -07:00
committed by GitHub
parent 7a5207d425
commit 6b8abd83a7

View File

@@ -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.