Skip to content

Commit

Permalink
Typos Update wallets.md (#162)
Browse files Browse the repository at this point in the history
Fix typographical errors in documentation
  • Loading branch information
0xminds authored Dec 20, 2024
1 parent 4a4896a commit d9fe51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/developers/core_concepts/wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Finally, to add the chain to `wallet2` for the given unassigned key we use the

#### Opening a Chain with Multiple Users

The `open-chain` commands is a simplified version of `open-multi-owner-chain`,
The `open-chain` command is a simplified version of `open-multi-owner-chain`,
which gives you fine-grained control over the set and kinds of owners and rounds
for the new chain, and the timeout settings for the rounds. E.g. this creates a
chain with two owners and two multi-leader rounds.
Expand All @@ -158,7 +158,7 @@ For testing, rather than using `linera open-chain` and `linera assign` as above,
it is often more convenient to pass the option `--extra-wallets N` to
`linera net up`.

This option will create create `N` additional user wallets and output Bash
This option will create `N` additional user wallets and output Bash
commands to define the environment variables `LINERA_{WALLET,STORAGE}_$I` where
`I` ranges over `0..=N` (`I=0` being the wallet for the initial chains).

Expand Down

0 comments on commit d9fe51c

Please sign in to comment.