From 410d319948a19cb54e5b1af16d0bb55f28cb3399 Mon Sep 17 00:00:00 2001 From: solnyszczko <130127637+solnyszczko@users.noreply.github.com> Date: Thu, 14 Sep 2023 05:58:43 -0700 Subject: [PATCH] fix typos for cli-rs.md (#1492) NEAR tokens was duplicated twice, fixed to properly say fungible tokens. --- docs/4.tools/cli-rs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.tools/cli-rs.md b/docs/4.tools/cli-rs.md index 3e258ea2e6d..baa8f452d33 100644 --- a/docs/4.tools/cli-rs.md +++ b/docs/4.tools/cli-rs.md @@ -109,7 +109,7 @@ This will allow you to manage your token assets such as NEAR, FTs and NFTs | `send-ft` | Transfer Fungible Tokens to a specified user | | `send-nft` | Transfers NFTs between accounts | | `view-near-balance` | View the balance of NEAR tokens | -| `view-ft-balance` | View the balance of NEAR Tokens | +| `view-ft-balance` | View the balance of Fungible Tokens | | `view-nft-assets` | View the balance of NFT Tokens | ### Contract