From 6ebe45b0ad6251fb8f38d9495f4f9354d508c2be Mon Sep 17 00:00:00 2001 From: Jet Sun Date: Sat, 7 Sep 2013 17:42:06 -0700 Subject: [PATCH] Fix typo. --- docs/patterns/jquery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/jquery.rst b/docs/patterns/jquery.rst index 9de99f61..bb1b4c06 100644 --- a/docs/patterns/jquery.rst +++ b/docs/patterns/jquery.rst @@ -146,7 +146,7 @@ usually a better idea to have that in a separate script file: ?

calculate server side -I won't got into detail here about how jQuery works, just a very quick +I won't go into detail here about how jQuery works, just a very quick explanation of the little bit of code above: 1. ``$(function() { ... })`` specifies code that should run once the