Skip to content

Commit aa5284c

Browse files
authored
Fix: typos (ignite#2936)
Fix: typos
1 parent 908d8e5 commit aa5284c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/07-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ keypair stored in a keyring. Currently Ignite accounts are used when interacting
5151
with Ignite relayer commands.
5252

5353
Note: Ignite account commands are not for managing your chain's keys and accounts. Use
54-
you chain's binary to manage accounts from "config.yml". For example, if your
54+
your chain's binary to manage accounts from "config.yml". For example, if your
5555
blockchain is called "mychain", use "mychaind keys" to manage keys for the
5656
chain.
5757

@@ -237,7 +237,7 @@ Build, initialize and start a blockchain node or perform other actions on the bl
237237

238238
**Synopsis**
239239

240-
Commands in this namespace let you to build, initialize, and start your
240+
Commands in this namespace let you build, initialize, and start your
241241
blockchain node locally for development purposes.
242242

243243
To run these commands you should be inside the project's directory so that
@@ -329,7 +329,7 @@ ignite chain build --check-dependencies
329329

330330
Next, Ignite identifies the "main" package of the project. By default the "main"
331331
package is located in "cmd/{app}d" directory, where "{app}" is the name of the
332-
scaffolded project and "d" stands for daemon. If your your project contains more
332+
scaffolded project and "d" stands for daemon. If your project contains more
333333
than one "main" package, specify the path to the one that Ignite should compile
334334
in config.yml:
335335

@@ -1696,7 +1696,7 @@ A module can depend on one or more other modules and import their keeper
16961696
methods. To scaffold a module with a dependency use the "--dep" flag
16971697

16981698
For example, your new custom module "foo" might have functionality that requires
1699-
sending tokens between accounts. The method for sending tokens is a defined in
1699+
sending tokens between accounts. The method for sending tokens is defined in
17001700
the "bank"'s module keeper. You can scaffold a "foo" module with the dependency
17011701
on "bank" with the following command:
17021702

0 commit comments

Comments
 (0)