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 ->