diff --git a/index.html b/index.html
index ab31da513..f95bf17bd 100644
--- a/index.html
+++ b/index.html
@@ -776,7 +776,7 @@ _.functions(_);
extend_.extend(destination, *sources)
Copy all of the properties in the source objects over to the
- destination object. It's in-order, to the last source will override
+ destination object. It's in-order, so the last source will override
properties of the same name in previous arguments.