Update issue-a-fungible-token.md

Correct grammar describing tutorial
This commit is contained in:
itsocialist
2022-03-27 22:22:23 -04:00
committed by GitHub
parent be793039bb
commit 3d58b9e4b0

View File

@@ -65,7 +65,7 @@ When you're [building production-ready software](production-readiness.html), you
### {{n.next()}}. Connect to the Network
You must be connected to the network to submit transactions to it. The following code shows how to connect to a public XRP Ledger Testnet server a supported [client library](client-libraries.html):
You must be connected to the network to submit transactions to it. The following code shows how to connect to a public XRP Ledger Testnet server with a supported [client library](client-libraries.html):
<!-- MULTICODE_BLOCK_START -->