Skip to content

Commit 5d20501

Browse files
author
Daniel Neuhäuser
committed
Merge pull request pallets#863 from jet-sun/patch-1
Fix typo.
2 parents ff59db1 + 6ebe45b commit 5d20501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/jquery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ usually a better idea to have that in a separate script file:
146146
<span id=result>?</span>
147147
<p><a href=# id=calculate>calculate server side</a>
148148

149-
I won't got into detail here about how jQuery works, just a very quick
149+
I won't go into detail here about how jQuery works, just a very quick
150150
explanation of the little bit of code above:
151151

152152
1. ``$(function() { ... })`` specifies code that should run once the

0 commit comments

Comments
 (0)