summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/design-proposals/api-machinery/auditing.md2
-rw-r--r--contributors/design-proposals/node/secret-configmap-downwardapi-file-mode.md2
-rw-r--r--sig-scalability/slos/slos.md2
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