From ccc717c41a7995153e7df4e4c766ed856181e5a0 Mon Sep 17 00:00:00 2001 From: Gino Date: Mon, 27 Jan 2025 16:04:15 +0100 Subject: [PATCH] update(docs) fix typo in getting started section --- docs/content/developer/getting-started/connect.mdx | 2 +- docs/content/developer/getting-started/local-network.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. :::