Skip to content

Commit 7bd41fc

Browse files
Fix typos in Limit Ranges
1 parent 55d80fa commit 7bd41fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Error from server (Forbidden): error when creating "pvc-limit-greater.yaml": per
328328

329329
## Limits/Requests Ratio
330330

331-
If `LimitRangeItem.maxLimitRequestRatio` if specified in th `LimitRangeSpec`, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value
331+
If `LimitRangeItem.maxLimitRequestRatio` is specified in the `LimitRangeSpec`, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value
332332

333333
The following `LimitRange` enforces memory limit to be at most twice the amount of the memory request for any pod in the namespace.
334334

0 commit comments

Comments
 (0)