From 53722b0b9643b5bf51bf5f6b982ae9086598ea58 Mon Sep 17 00:00:00 2001 From: Zhang Xingcai Date: Thu, 5 Oct 2017 10:12:58 -0700 Subject: [PATCH] fixed misspelled words (#5782) --- community/index.html | 2 +- docs/admin/admission-controllers.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/index.html b/community/index.html index 01bdb29362..3e35fb7f84 100644 --- a/community/index.html +++ b/community/index.html @@ -17,7 +17,7 @@ cid: community community meeting takes place via video conference to discuss the state of affairs, get a calendar invite to participate.

-

You can also join Kubernauts all around the world through our +

You can also join Kubernetes all around the world through our Kubernetes Meetup Community and the Kubernetes Cloud Native Meetup Community.

diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 05229844ad..24df556b4d 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -343,7 +343,7 @@ After enabling the `ExpandPersistentVolumes` feature gate, enabling the `Persist plug-in is recommended, too. This plug-in prevents resizing of all claims by default unless a claim's `StorageClass` explicitly enables resizing by setting `allowVolumeExpansion` to `true`. -For example: all `PersistnetVolumeClaim`s created from the following `StorageClass` support volume expansion: +For example: all `PersistentVolumeClaim`s created from the following `StorageClass` support volume expansion: ```yaml kind: StorageClass