@@ -51,7 +51,7 @@ keypair stored in a keyring. Currently Ignite accounts are used when interacting
5151with Ignite relayer commands.
5252
5353Note: 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
5555blockchain is called "mychain", use "mychaind keys" to manage keys for the
5656chain.
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
241241blockchain node locally for development purposes.
242242
243243To run these commands you should be inside the project's directory so that
@@ -329,7 +329,7 @@ ignite chain build --check-dependencies
329329
330330Next, Ignite identifies the "main" package of the project. By default the "main"
331331package 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
333333than one "main" package, specify the path to the one that Ignite should compile
334334in config.yml:
335335
@@ -1696,7 +1696,7 @@ A module can depend on one or more other modules and import their keeper
16961696methods. To scaffold a module with a dependency use the "--dep" flag
16971697
16981698For 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
17001700the "bank"'s module keeper. You can scaffold a "foo" module with the dependency
17011701on "bank" with the following command:
17021702
0 commit comments