From b17b4822686965b79f1aac1fe087d668ab528e5f Mon Sep 17 00:00:00 2001 From: es-chow Date: Tue, 6 Sep 2016 09:08:37 +0800 Subject: [PATCH] interacting_v3.md: fix typo --- Documentation/dev-guide/interacting_v3.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/dev-guide/interacting_v3.md b/Documentation/dev-guide/interacting_v3.md index a4818dd19..6d751ef66 100644 --- a/Documentation/dev-guide/interacting_v3.md +++ b/Documentation/dev-guide/interacting_v3.md @@ -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) ... ```