summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJędrzej Nowak <pigmej@gmail.com>2016-12-21 11:12:51 +0100
committerGitHub <noreply@github.com>2016-12-21 11:12:51 +0100
commit8d1273bf658bfabe112331ab19d4af865083e763 (patch)
tree7916bf2ed8b2411b3a5510fe095df8d337f03316
parentd44bbb5aff82f2108398c446934337dae0b9cd77 (diff)
parent320722b2ceb47e19b82eaa1516f75f9922071c6e (diff)
Merge pull request #225 from EnergyLiYN/kube-b6
Spelling error in vocabulary
-rw-r--r--contributors/design-proposals/volume-hostpath-qualifiers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/volume-hostpath-qualifiers.md b/contributors/design-proposals/volume-hostpath-qualifiers.md
index cd0902ec..b207253c 100644
--- a/contributors/design-proposals/volume-hostpath-qualifiers.md
+++ b/contributors/design-proposals/volume-hostpath-qualifiers.md
@@ -98,7 +98,7 @@ One alternative is to augment Host Volumes with a `MustExist` bool and provide
no further granularity. This would allow toggling between the `auto` and
`exists` behaviors described above. This would likely cover the "90%" use-case
and would be a simpler API. It would be sufficient for all of the examples
-linked above in my opionion.
+linked above in my opinion.
## Kubelet implementation