Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieua committed Oct 9, 2012
1 parent 12dcac3 commit 9bfc175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/pluginName.coffee
Expand Up @@ -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 ->
Expand Down

0 comments on commit 9bfc175

Please sign in to comment.