Mercurial > browser-couch
diff tutorial.html @ 93:af36b00306d0
Typo fix
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 21 Apr 2009 10:11:07 -0700 |
parents | 093e51c6aa3c |
children | 86158b61b732 |
line wrap: on
line diff
--- a/tutorial.html Tue Apr 21 09:04:13 2009 -0700 +++ b/tutorial.html Tue Apr 21 10:11:07 2009 -0700 @@ -144,7 +144,7 @@ its return value is the value for its key in the final view.</p> <p>Once you've got a view, you can use the view's <tt>findRow()</tt> -method to find the first row whose key matchest (or is closest to) the +method to find the first row whose key matches (or is closest to) the one you provide. For example:</p> <div class="example-code">