[Pkg-javascript-commits] [backbone] 92/281: Fix typo in Backbone.Collection documentation

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.0
in repository backbone.

commit 9cbf87e9c45c2203ff659af699870f2b59084e2b
Author: Pablo Alonso García <alonsogarciapablo at gmail.com>
Date:   Tue Nov 22 10:54:44 2011 +0100

    Fix typo in Backbone.Collection documentation
---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 0b726cf..89f5a79 100644
--- a/index.html
+++ b/index.html
@@ -1025,8 +1025,8 @@ bill.set({name : "Bill Jones"});
     <h2 id="Collection">Backbone.Collection</h2>
 
     <p>
-      Collections are ordered sets of models. You can to bind <tt>"change"</tt> events
-      to be notified when any model in the collection has been modified,
+      Collections are ordered sets of models. You can bind <tt>"change"</tt> events
+      to a collection so it gets notified when any of its models has been modified,
       listen for <tt>"add"</tt> and <tt>"remove"</tt> events, <tt>fetch</tt>
       the collection from the server, and use a full suite of
       <a href="#Collection-Underscore-Methods">Underscore.js methods</a>.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list