diff --git a/docs/content/developer/getting-started/connect.mdx b/docs/content/developer/getting-started/connect.mdx index 82383955f8d..d300f4e5714 100644 --- a/docs/content/developer/getting-started/connect.mdx +++ b/docs/content/developer/getting-started/connect.mdx @@ -126,7 +126,7 @@ localnet => http://0.0.0.0:9000 (active) testnet => https://api.testnet.iota.cafe ``` -You can add a new environment using the `iota client new` command. You should specify and `alias` and `rpc` URL, for +You can add a new environment using the `iota client new` command. You should specify an `alias` and `rpc` URL, for example: ```bash diff --git a/docs/content/developer/getting-started/local-network.mdx b/docs/content/developer/getting-started/local-network.mdx index 999595ef100..3645a7b6aa1 100644 --- a/docs/content/developer/getting-started/local-network.mdx +++ b/docs/content/developer/getting-started/local-network.mdx @@ -139,8 +139,8 @@ or public one, you must pass the URL to the faucet server. :::note IOTA Wallet -To send coins to a -IOTA Wallet is connected to your local network. See [Set up a local IOTA Wallet](#set-up-a-local-iota-wallet). You can use +To send coins to an +IOTA Wallet that is connected to your local network. See [Set up a local IOTA Wallet](#set-up-a-local-iota-wallet). You can use the address for the local IOTA Wallet with the faucet. :::