From 704c8dbf0f938fddbf6a2a18c7b64add6a72d495 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Thu, 20 Apr 2017 12:50:05 -0700 Subject: [PATCH] Fix typo in etcd-upgrade.md --- docs/concepts/cluster-administration/etcd-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/cluster-administration/etcd-upgrade.md b/docs/concepts/cluster-administration/etcd-upgrade.md index 4f48149eed..ca1760e6fa 100644 --- a/docs/concepts/cluster-administration/etcd-upgrade.md +++ b/docs/concepts/cluster-administration/etcd-upgrade.md @@ -126,7 +126,7 @@ focus on them at all. We focus only on the upgrade/rollback here. ### New etcd Docker image -We decided to completely change the the content of the etcd image and the way it works. +We decided to completely change the content of the etcd image and the way it works. So far, the Docker image for etcd in version X has contained only the etcd and etcdctl binaries.