diff --git a/index.html b/index.html
index 655b1e30..375162e8 100644
--- a/index.html
+++ b/index.html
@@ -2270,7 +2270,7 @@ var model = localBackbone.Model.extend(...);
"reset" (collection) — when the collection's entire contents have been replaced.
"change" (model, collection) — when a model's attributes have changed.
"change:[attribute]" (model, collection) — when a specific attribute has been updated.
- "destrooy" (model, collection) — when a model is destroyed.
+ "destroy" (model, collection) — when a model is destroyed.
"error" (model, collection) — when a model's validation fails, or a save call fails on the server.
"route:[name]" (router) — when one of a router's routes has matched.
"all" — this special event fires for any triggered event, passing the event name as the first argument.