fixed misspelled words (#5782)

pull/5777/merge
Zhang Xingcai 2017-10-05 10:12:58 -07:00 committed by Steve Perry
parent 97eedb591c
commit 53722b0b96
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ cid: community
community meeting takes place via video conference to discuss the state of affairs,
<a href="https://groups.google.com/forum/#!forum/kubernetes-community-video-chat">get a calendar invite</a>
to participate.</p>
<p>You can also join Kubernauts all around the world through our
<p>You can also join Kubernetes all around the world through our
<a href="https://www.meetup.com/topics/kubernetes/">Kubernetes Meetup Community</a> and the
<a href="https://www.meetup.com/Kubernetes-Cloud-Native-Online-Meetup/">Kubernetes Cloud Native Meetup Community</a>.</p>
</div>

View File

@ -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