Skip to content

Commit d8578eb

Browse files
authored
Merge pull request #38801 from nurayko/patch-1
Fix typo
2 parents f13620b + 3415c99 commit d8578eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/policy/limit-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The name of a LimitRange object must be a valid
5050

5151
## LimitRange and admission checks for Pods
5252

53-
A `LimitRange` does **not** check the consistency of the default values it applies. This means that a default value for the _limit_ that is set by `LimitRange` may be less than the _request_ value specified for the container in the spec that a client submits to the API server. If that happens, the final Pod will not be scheduleable.
53+
A `LimitRange` does **not** check the consistency of the default values it applies. This means that a default value for the _limit_ that is set by `LimitRange` may be less than the _request_ value specified for the container in the spec that a client submits to the API server. If that happens, the final Pod will not be schedulable.
5454

5555
For example, you define a `LimitRange` with this manifest:
5656

0 commit comments

Comments
 (0)