diff --git a/content/en/docs/concepts/storage/storage-limits.md b/content/en/docs/concepts/storage/storage-limits.md
index b1c3a563b1..7d26237744 100644
--- a/content/en/docs/concepts/storage/storage-limits.md
+++ b/content/en/docs/concepts/storage/storage-limits.md
@@ -65,11 +65,12 @@ volumes for the node. For example:
* On
Google Compute Engine,
-up to 128 volumes could be attached to a node, depending on the node type.
+up to 128 volumes can be attached to a node, [depending on the node
+type](https://cloud.google.com/compute/docs/disks/#pdnumberlimits).
-* For Amazon EBS disks on M5/C5 instance types, Kubernetes would permit only 25
+* For Amazon EBS disks on M5/C5 instance types, Kubernetes allows only 25
volumes to be attached to a node. For other instance types on
Amazon Elastic Compute Cloud (EC2),
-Kubernetes would permit 39 volumes to be attached.
+Kubernetes allows 39 volumes to be attached to a node.
{{% /capture %}}