changeset 93:af36b00306d0

Typo fix
author Atul Varma <varmaa@toolness.com>
date Tue, 21 Apr 2009 10:11:07 -0700
parents 3dcb8c8a7838
children 97820cdda26f
files tutorial.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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">