diff --git a/docs/concepts/configuration/manage-compute-resources-container.md b/docs/concepts/configuration/manage-compute-resources-container.md
index b9077f63f4..e747e42642 100644
--- a/docs/concepts/configuration/manage-compute-resources-container.md
+++ b/docs/concepts/configuration/manage-compute-resources-container.md
@@ -79,7 +79,7 @@ Mi, Ki. For example, the following represent roughly the same value:
Here's an example.
The following Pod has two Containers. Each Container has a request of 0.25 cpu
-and 64MiB (226 bytes) of memory Each Container has a limit of 0.5
+and 64MiB (226 bytes) of memory. Each Container has a limit of 0.5
cpu and 128MiB of memory. You can say the Pod has a request of 0.5 cpu and 128
MiB of memory, and a limit of 1 cpu and 256MiB of memory.