summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-09-30 19:15:07 -0700
committerGitHub <noreply@github.com>2016-09-30 19:15:07 -0700
commit496bae368967a171eb707b0f800d4f952edad1f9 (patch)
treed4289a1ea7820d0d4064aed6cb13282de1457607
parentda1f11e11bb5f5f8499a73b2c7a94a7a341acd39 (diff)
parent057bb37b9698775b0d20b0848c7c688379ea5288 (diff)
Merge pull request #33835 from php-coder/fix_typos
Automatic merge from submit-queue docs/proposals/volume-provisioning.md: fix typos Fixes a couple of typos that I found during reading.
-rw-r--r--volume-provisioning.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/volume-provisioning.md b/volume-provisioning.md
index 408edf93..34d58328 100644
--- a/volume-provisioning.md
+++ b/volume-provisioning.md
@@ -71,7 +71,7 @@ should not prevent future work to allow out-of-tree provisioners.
## Design
-This design represents the minimally viable changes required to provision based on storage classe configuration. Additional incremental features may be added as a separte effort.
+This design represents the minimally viable changes required to provision based on storage class configuration. Additional incremental features may be added as a separate effort.
We propose that:
@@ -99,7 +99,7 @@ We propose that:
6. The existing provisioner plugin implementations be modified to accept
parameters as specified via `StorageClass`.
-7. The persistent volume controller modified to invoke provisioners using `StorageClass` configuration and bind claims with `PersistentVolumeClaim.Spec.Class` to volumes with equivilant `PersistentVolume.Spec.Class`
+7. The persistent volume controller modified to invoke provisioners using `StorageClass` configuration and bind claims with `PersistentVolumeClaim.Spec.Class` to volumes with equivalent `PersistentVolume.Spec.Class`
8. The existing alpha dynamic provisioning feature be phased out in the
next release.