Skip to content

Commit

Permalink
Fixed typo in vue docs (#3623)
Browse files Browse the repository at this point in the history
`--adddress-prefix` to `--address-prefix`

Co-authored-by: Danilo Pantani <[email protected]>
  • Loading branch information
lxgr-linux and Pantani authored Sep 7, 2023
1 parent de8fb92 commit a920774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/03-clients/03-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ the chain that the app is connected to, and must match the prefix used by the
chain.

By default, Ignite creates a chain with the `cosmos` prefix. If you have
created your chain with `ignite scaffold chain ... --adddress-prefix foo` or
created your chain with `ignite scaffold chain ... --address-prefix foo` or
manually changed the prefix in the source code of the chain, you need to set the
prefix in the Vue app.

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.26.1/03-clients/03-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ the chain that the app is connected to, and must match the prefix used by the
chain.

By default, Ignite creates a chain with the `cosmos` prefix. If you have
created your chain with `ignite scaffold chain ... --adddress-prefix foo` or
created your chain with `ignite scaffold chain ... --address-prefix foo` or
manually changed the prefix in the source code of the chain, you need to set the
prefix in the Vue app.

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.27.1/03-clients/03-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ the chain that the app is connected to, and must match the prefix used by the
chain.

By default, Ignite creates a chain with the `cosmos` prefix. If you have
created your chain with `ignite scaffold chain ... --adddress-prefix foo` or
created your chain with `ignite scaffold chain ... --address-prefix foo` or
manually changed the prefix in the source code of the chain, you need to set the
prefix in the Vue app.

Expand Down

0 comments on commit a920774

Please sign in to comment.