Skip to content

Commit f4f6990

Browse files
committed
Amend upstream contribution and resource management documentation
This commit introduces one typo change and one clarity change. These changes are also required for the zh-cn localizations - I'll submit these as a subsequent MR per the localization contribution docs.
1 parent 3dd2342 commit f4f6990

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)