diff --git a/index.html b/index.html
index d6cddd49a..5faace35f 100644
--- a/index.html
+++ b/index.html
@@ -911,7 +911,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.