Skip to content

Commit aa07fbd

Browse files
committed
Update chapters/jquery/plugin.md
1 parent e73ee06 commit aa07fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/jquery/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here are a couple of examples of how to use your new plugin.
4646
{% highlight javascript %}
4747
$("body").pluginName({
4848
debug: true
49-
};
49+
});
5050

5151
{% endhighlight %}
5252

0 commit comments

Comments
 (0)