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

docs fix spelling issues #222

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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/02-getting-started/01-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This article guides you on how to install starcoin.

This document needs to be improved.

* Add one-line install scripts for user easy install.
* Add one-line install scripts for user easy installation.
* Add binary files description.

:::
2 changes: 1 addition & 1 deletion docs/02-getting-started/02-setup/01-starcoin-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run `starcoin` to set up a node and join the main network.
$ starcoin
```

You can join to other netowrks using `-n|--net` options. For example, start a local dev network:
You can join to other networks using `-n|--net` options. For example, start a local dev network:

```
$ starcoin -n dev
Expand Down
2 changes: 1 addition & 1 deletion docs/02-getting-started/02-setup/02-starcoin-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you see the above output, it means you have successfully entered the interact

### Method two

After one terminal starts the node, start another termnal to attach the node to start the console.
After one terminal starts the node, start another terminal to attach the node to start the console.

```shell
# Terminal 1
Expand Down
2 changes: 1 addition & 1 deletion docs/02-getting-started/03-accounts/01-account-manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ starcoin% account show 0xf096a2a61d3042774187a462a5394537
```

- `address` is the address of the account.
- `is_default` indicates whether the account is the default account. Many commands that require an account address parameter, if user not passed it, the command will use the default account address. If the node has enable the miner client, the default account will also be used for miner client.
- `is_default` indicates whether the account is the default account. Many commands require an account address parameter, if user not passed it, the command will use the default account address. If the node has enabled the miner client, the default account will also be used for miner client.
- `is_readonly` indicates whether the account is the read-only account. The private key of the read-only account is not hosted in the node wallet.
- `public_key` is the public key corresponding to the address of the account.
- `receipt_identifier` is receipt identifier.
Expand Down