Skip to content

Commit b8843fc

Browse files
authored
Merge pull request #3384 from cosmos/jack/docs-hotfix
Docs Hotfix (to master)
2 parents e003c5e + a8e6ec4 commit b8843fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
title: "Gaia",
3838
collapsable: false,
3939
children: [
40-
"/gaia/what-is-gaia"
40+
"/gaia/what-is-gaia",
4141
"/gaia/installation",
4242
"/gaia/join-testnet",
4343
"/gaia/validators/validator-setup",

docs/gaia/ledger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
Once you have the Cosmos app installed on your Ledger, and the Ledger is accessible from the machine you are using `gaiacli` from you can create a new account key using the Ledger:
1616

1717
```bash
18-
$ gaiacli keys add {{ .Key.Name }} --ledger
18+
$ gaiacli keys add { .Key.Name } --ledger
1919
NAME: TYPE: ADDRESS: PUBKEY:
20-
{{ .Key.Name }} ledger cosmos1aw64xxr80lwqqdk8u2xhlrkxqaxamkr3e2g943 cosmospub1addwnpepqvhs678gh9aqrjc2tg2vezw86csnvgzqq530ujkunt5tkuc7lhjkz5mj629
20+
{ .Key.Name } ledger cosmos1aw64xxr80lwqqdk8u2xhlrkxqaxamkr3e2g943 cosmospub1addwnpepqvhs678gh9aqrjc2tg2vezw86csnvgzqq530ujkunt5tkuc7lhjkz5mj629
2121
```
2222
2323
This key will only be accessible while the Ledger is plugged in and unlocked. To send some coins with this key, run the following:
2424
2525
```bash
26-
$ gaiacli tx send --from {{ .Key.Name }} --to {{ .Destination.AccAddr }} --chain-id=gaia-7000
26+
$ gaiacli tx send --from { .Key.Name } --to { .Destination.AccAddr } --chain-id=gaia-7000
2727
```
2828
2929
You will be asked to review and confirm the transaction on the Ledger. Once you do this you should see the result in the console! Now you can use your Ledger to manage your Atoms and Stake!

0 commit comments

Comments
 (0)