diff --git a/src/map-init.md b/src/map-init.md
index 5fecf0e..7b215c3 100644
--- a/src/map-init.md
+++ b/src/map-init.md
@@ -3,7 +3,7 @@
Prefer `make(..)` for empty maps, and maps populated
programmatically. This makes map initialization visually
distinct from declaration, and it makes it easy to add size
-hints later if available.
+hints later, if available.
| Bad | Good |
diff --git a/style.md b/style.md
index 6ffaff4..b9e3d65 100644
--- a/style.md
+++ b/style.md
@@ -3532,7 +3532,7 @@ sptr := &T{Name: "bar"}
Prefer `make(..)` for empty maps, and maps populated
programmatically. This makes map initialization visually
distinct from declaration, and it makes it easy to add size
-hints later if available.
+hints later, if available.