Skip to content

Commit

Permalink
Merge pull request etcd-io#6354 from es-chow/fix-typo-in-interacting_…
Browse files Browse the repository at this point in the history
…v3-md

 interacting_v3.md: fix typo
  • Loading branch information
gyuho authored Sep 6, 2016
2 parents 65fb1ad + b17b482 commit 271df0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/dev-guide/interacting_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ lease 32695410dcc0ca06 granted with TTL(10s)
Here is the command to keep the same lease alive:

```bash
$ etcdctl lease keep-alive 32695410dcc0ca0
lease 32695410dcc0ca0 keepalived with TTL(100)
lease 32695410dcc0ca0 keepalived with TTL(100)
lease 32695410dcc0ca0 keepalived with TTL(100)
$ etcdctl lease keep-alive 32695410dcc0ca06
lease 32695410dcc0ca06 keepalived with TTL(100)
lease 32695410dcc0ca06 keepalived with TTL(100)
lease 32695410dcc0ca06 keepalived with TTL(100)
...
```

0 comments on commit 271df0d

Please sign in to comment.