Skip to content

Commit

Permalink
interacting_v3.md: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
es-chow committed Sep 6, 2016
1 parent 65fb1ad commit b17b482
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 b17b482

Please sign in to comment.