Skip to content

Commit

Permalink
fix typos for cli-rs.md (#1492)
Browse files Browse the repository at this point in the history
NEAR tokens was duplicated twice, fixed to properly say fungible tokens.
  • Loading branch information
solnyszczko authored Sep 14, 2023
1 parent 34a87b5 commit 410d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.tools/cli-rs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 410d319

Please sign in to comment.