Skip to content

Commit

Permalink
Merge pull request #1 from takahashiyuya/master
Browse files Browse the repository at this point in the history
fixed example.html, because it doesn't work due to a naming typo
  • Loading branch information
tariquesani committed Jan 25, 2013
2 parents e403210 + 9da8c21 commit 888fa3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples.html
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jQuery auto-correct examples</title>
<script src="http://code.jquery.com/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="jquery.autocorrect-2.0.js" type="text/javascript"></script>
<script src="jquery.autocorrect.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
// Bind events when document is ready
Expand Down Expand Up @@ -32,4 +32,4 @@
Textarea<br />
<textarea cols="50" id="textarea" rows="10"></textarea>
</body>
</html>
</html>

0 comments on commit 888fa3e

Please sign in to comment.