From 83fca2758246585951c0d71551774b95f803d95d Mon Sep 17 00:00:00 2001 From: antoinegauvain Date: Mon, 16 Dec 2019 15:02:39 +0100 Subject: [PATCH] fix: `much` not `many` --- 12-resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`