diff --git a/content/static/doc/tutorial/greetings-multiple-people.html b/content/static/doc/tutorial/greetings-multiple-people.html
index 400cc98bd0..8100c080aa 100644
--- a/content/static/doc/tutorial/greetings-multiple-people.html
+++ b/content/static/doc/tutorial/greetings-multiple-people.html
@@ -120,7 +120,7 @@
received names (as a key) with a generated message (as a value). In Go,
you initialize a map with the following syntax:
make(map[key-type]value-type)
. You have
- the Hello
function return this map to the caller.
+ the Hellos
function return this map to the caller.