Skip to content

Commit d41c193

Browse files
authored
Merge pull request #2839 from xichengliudui/fix181023
Fixing grammatical errors
2 parents 5e8e1c8 + 46fd105 commit d41c193

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contributors/design-proposals/api-machinery/auditing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ type PolicyRule struct {
243243
// An empty list implies every user.
244244
Users []string
245245
// The user groups this rule applies to. If a user is considered matching
246-
// if the are a member of any of these groups
246+
// if they are a member of any of these groups
247247
// An empty list implies every user group.
248248
UserGroups []string
249249

contributors/design-proposals/node/secret-configmap-downwardapi-file-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Adding it there allows the user to change the mode bits of every file in the
169169
object, so it achieves the goal, while having the option to have a default and
170170
not specify all files in the object.
171171

172-
The are two downside:
172+
There are two downsides:
173173

174174
* The files are symlinks pointint to the real file, and the realfile
175175
permissions are only set. The symlink has the classic symlink permissions.

sig-scalability/slos/slos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ MUST satisfy thresholds defined in [thresholds file][].
8989
## Kubernetes SLIs/SLOs
9090

9191
The currently existing SLIs/SLOs are enough to guarantee that cluster isn't
92-
completely dead. However, the are not enough to satisfy user's needs in most
92+
completely dead. However, they are not enough to satisfy user's needs in most
9393
of the cases.
9494

9595
We are looking into extending the set of SLIs/SLOs to cover more parts of

0 commit comments

Comments
 (0)