Skip to content

Commit 8b79858

Browse files
authored
Merge pull request #47600 from Darianisak/darianculver/en-documentation-clarity
Amend English resource management and contribution docs to be clearer
2 parents 3eaa4b1 + f4f6990 commit 8b79858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ If you are administering a cluster or namespace, you can also set
276276
you may also want to define a [LimitRange](/docs/concepts/policy/limit-range/)
277277
for additional enforcement.
278278
If you specify a `spec.containers[].resources.limits.memory` for each Pod,
279-
then the muximum size of an `emptyDir` volume will be the pod's memory limit.
279+
then the maximum size of an `emptyDir` volume will be the pod's memory limit.
280280

281281
As an alternative, a cluster administrator can enforce size limits for
282282
`emptyDir` volumes in new Pods using a policy mechanism such as

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Figure 2. Working from a local fork to make your changes.
213213

214214
### Create a branch
215215

216-
1. Decide which branch base to your work on:
216+
1. Decide which branch to base your work on:
217217

218218
- For improvements to existing content, use `upstream/main`.
219219
- For new content about existing features, use `upstream/main`.

0 commit comments

Comments
 (0)