From 9bfc175acb4a566f1c90d641bed47925f8035a6a Mon Sep 17 00:00:00 2001 From: Matthieu Aussaguel Date: Tue, 9 Oct 2012 11:15:32 +1100 Subject: [PATCH] Fix typo --- js/pluginName.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pluginName.coffee b/js/pluginName.coffee index 8a40327..03f7b18 100644 --- a/js/pluginName.coffee +++ b/js/pluginName.coffee @@ -44,7 +44,7 @@ jQuery -> # default plugin settings $.pluginName::defaults = - message: 'hello word' # option description + message: 'Hello world' # option description $.fn.pluginName = ( options ) -> this.each ->