diff --git a/12-resources/README.md b/12-resources/README.md index 0d3c0e4..3e3a2ea 100644 --- a/12-resources/README.md +++ b/12-resources/README.md @@ -14,7 +14,7 @@ The CPU resource is measured in a number of CPU the pod will use for a given amo Specifying `0.5` (or `500m`, which means 500 millicpu), will give half of a CPU to your pod. The RAM resource is measured in the number of bytes of RAM the pod will use. -Specifying `123Mi` (or `128974848`, which means 128974848 bytes), will give that many RAM to your pod. +Specifying `123Mi` (or `128974848`, which means 128974848 bytes), will give that much RAM to your pod. ## `requests` vs `limits`