lowercase instance var in example code

This commit is contained in:
Phil Freo
2013-03-20 15:04:27 -07:00
parent ee8739ab2e
commit 8d41eaa81e

View File

@@ -2061,7 +2061,7 @@ accounts.fetch();
<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>