summaryrefslogtreecommitdiff
path: root/keps/sig-node
diff options
context:
space:
mode:
authorBily Zhang <xcoder@tenxcloud.com>2018-11-06 01:42:13 +0800
committerk8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-11-05 09:42:13 -0800
commitd0d8d09f67693a1093fb61938f699b29d0bf4ebe (patch)
tree022852f012657535f2e91aadaeee476f7f417a9c /keps/sig-node
parent79748734e6225769eb5186d0496adeb9f64789cf (diff)
Remove duplication (#2898)
* Remove depplication Signed-off-by: mooncake <xcoder@tenxcloud.com> * Remove duplciate words Signed-off-by: mooncake <xcoder@tenxcloud.com> * Fix issue Signed-off-by: mooncake <xcoder@tenxcloud.com>
Diffstat (limited to 'keps/sig-node')
-rw-r--r--keps/sig-node/0030-20180906-quotas-for-ephemeral-storage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/keps/sig-node/0030-20180906-quotas-for-ephemeral-storage.md b/keps/sig-node/0030-20180906-quotas-for-ephemeral-storage.md
index bf1ee5c9..a6c5aaba 100644
--- a/keps/sig-node/0030-20180906-quotas-for-ephemeral-storage.md
+++ b/keps/sig-node/0030-20180906-quotas-for-ephemeral-storage.md
@@ -519,7 +519,7 @@ appropriate end to end tests.
reasons for using quotas is indeed to improve performance. If this
is a problem in the field, merely turning off quotas (or selectively
disabling project quotas) on the filesystem in question will avoid
- the problem. Against the possibility that that cannot be done
+ the problem. Against the possibility that cannot be done
(because project quotas are needed for other purposes), we should
provide a way to disable use of quotas altogether via a feature
gate.