Skip to content

Commit

Permalink
Merge branch 'ignite:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
interchainmedia authored Sep 8, 2023
2 parents 7e2a814 + a920774 commit b78779c
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 b78779c

Please sign in to comment.