Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
@soyjavi committed Mar 12, 2014
1 parent 1ae37de commit 9858a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/quo.output.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ do ($$ = Quo) ->
###
Replace each element in the set of matched elements with the provided new
content and return the set of elements that was removed.
@method prepend
@method replaceWith
@param {html} The content to insert (HTML string, DOMelement, array of DOMelements)
###
$$.fn.replaceWith = (value) ->
Expand Down

0 comments on commit 9858a58

Please sign in to comment.