diff --git a/chapters/jquery/plugin.md b/chapters/jquery/plugin.md index 481d00e..df95cf1 100644 --- a/chapters/jquery/plugin.md +++ b/chapters/jquery/plugin.md @@ -46,7 +46,7 @@ Here are a couple of examples of how to use your new plugin. {% highlight javascript %} $("body").pluginName({ debug: true -}; +}); {% endhighlight %}