diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-10-24 18:38:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-24 18:38:23 -0700 |
| commit | d41c193c910c4bbeab6e28d736020a0f7bfc583f (patch) | |
| tree | 1d47c948ee48c9b1af38e46e678e2b3cbe59499c | |
| parent | 5e8e1c8bd3986a8083adcbf6a42c616a57a866fc (diff) | |
| parent | 46fd1055aa8912d2534ec26f926da130721c2452 (diff) | |
Merge pull request #2839 from xichengliudui/fix181023
Fixing grammatical errors
| -rw-r--r-- | contributors/design-proposals/api-machinery/auditing.md | 2 | ||||
| -rw-r--r-- | contributors/design-proposals/node/secret-configmap-downwardapi-file-mode.md | 2 | ||||
| -rw-r--r-- | sig-scalability/slos/slos.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contributors/design-proposals/api-machinery/auditing.md b/contributors/design-proposals/api-machinery/auditing.md index b4def584..67f34122 100644 --- a/contributors/design-proposals/api-machinery/auditing.md +++ b/contributors/design-proposals/api-machinery/auditing.md @@ -243,7 +243,7 @@ type PolicyRule struct { // An empty list implies every user. Users []string // The user groups this rule applies to. If a user is considered matching - // if the are a member of any of these groups + // if they are a member of any of these groups // An empty list implies every user group. UserGroups []string diff --git a/contributors/design-proposals/node/secret-configmap-downwardapi-file-mode.md b/contributors/design-proposals/node/secret-configmap-downwardapi-file-mode.md index 85ee9ccc..cdfe1e1c 100644 --- a/contributors/design-proposals/node/secret-configmap-downwardapi-file-mode.md +++ b/contributors/design-proposals/node/secret-configmap-downwardapi-file-mode.md @@ -169,7 +169,7 @@ Adding it there allows the user to change the mode bits of every file in the object, so it achieves the goal, while having the option to have a default and not specify all files in the object. -The are two downside: +There are two downsides: * The files are symlinks pointint to the real file, and the realfile permissions are only set. The symlink has the classic symlink permissions. diff --git a/sig-scalability/slos/slos.md b/sig-scalability/slos/slos.md index f1d56c7d..5b9fb4bf 100644 --- a/sig-scalability/slos/slos.md +++ b/sig-scalability/slos/slos.md @@ -89,7 +89,7 @@ MUST satisfy thresholds defined in [thresholds file][]. ## Kubernetes SLIs/SLOs The currently existing SLIs/SLOs are enough to guarantee that cluster isn't -completely dead. However, the are not enough to satisfy user's needs in most +completely dead. However, they are not enough to satisfy user's needs in most of the cases. We are looking into extending the set of SLIs/SLOs to cover more parts of |
