Skip to content

Commit

Permalink
Merge pull request #2411 from philfreo/another-typo
Browse files Browse the repository at this point in the history
lowercase instance var in example code
  • Loading branch information
caseywebdev committed Mar 20, 2013
2 parents ee8739a + 8d41eaa commit 5c183b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -2061,7 +2061,7 @@ <h2 id="Collection">Backbone.Collection</h2>
<p>
<b>jQuery.ajax</b> options can also be passed directly as <b>fetch</b> options,
so to fetch a specific page of a paginated collection:
<tt>Documents.fetch({data: {page: 3}})</tt>
<tt>documents.fetch({data: {page: 3}})</tt>
</p>

<p>
Expand Down

0 comments on commit 5c183b2

Please sign in to comment.