From b0a20183d899478863d21b2b9d04d1cc635d5400 Mon Sep 17 00:00:00 2001 From: pigletfly Date: Fri, 2 Feb 2018 17:24:05 +0800 Subject: [PATCH] fix typo (#7196) --- _includes/partner-script.js | 2 +- cn/docs/concepts/containers/images.md | 2 +- docs/home/contribute/includes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/partner-script.js b/_includes/partner-script.js index d319ab48d8..72af85ac4a 100644 --- a/_includes/partner-script.js +++ b/_includes/partner-script.js @@ -1125,7 +1125,7 @@ name: 'Pure Storage', logo: 'pure_storage', link: 'https://hub.docker.com/r/purestorage/k8s/', - blurb: 'Our flexvol driver and dynamic provisioner allow FlashArray/Flashblade storage devices to be consumed as first class persistent storage from within Kuberentes.' + blurb: 'Our flexvol driver and dynamic provisioner allow FlashArray/Flashblade storage devices to be consumed as first class persistent storage from within Kubernetes.' }, { type: 0, diff --git a/cn/docs/concepts/containers/images.md b/cn/docs/concepts/containers/images.md index 19dfa52de4..f630c443e9 100644 --- a/cn/docs/concepts/containers/images.md +++ b/cn/docs/concepts/containers/images.md @@ -195,7 +195,7 @@ $ kubectl describe pods/private-image-test-1 | grep "Failed" **注意:** Google Kubernetes Engine,GCE及其他自动创建node的云平台上,推荐使用本方法。 -Kuberentes支持在pod中指定仓库密钥。 +Kubernetes支持在pod中指定仓库密钥。 #### 使用Docker Config创建Secret diff --git a/docs/home/contribute/includes.md b/docs/home/contribute/includes.md index 4a6bdba027..f26196f1fb 100644 --- a/docs/home/contribute/includes.md +++ b/docs/home/contribute/includes.md @@ -19,7 +19,7 @@ version and state of the documented feature. ### Feature state demo -Below is a demo of the feature state snippet. Here it is used to display the feature as stable in Kuberentes version 1.6. +Below is a demo of the feature state snippet. Here it is used to display the feature as stable in Kubernetes version 1.6. {% assign for_k8s_version = "1.6" %} {% include feature-state-stable.md %}