Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jet-sun committed Sep 8, 2013
1 parent ff59db1 commit 6ebe45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/jquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ usually a better idea to have that in a separate script file:
<span id=result>?</span>
<p><a href=# id=calculate>calculate server side</a>

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
Expand Down

0 comments on commit 6ebe45b

Please sign in to comment.