Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in getting started section #5039

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/developer/getting-started/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/content/developer/getting-started/local-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::
Expand Down
Loading