Skip to content

Commit

Permalink
Merge pull request canjs#99 from maplemuse/master
Browse files Browse the repository at this point in the history
Fix a typo in the documentation
  • Loading branch information
David Luecke committed Dec 5, 2011
2 parents c9ffdf0 + c5915f3 commit b8f8e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/view.js
Expand Up @@ -64,7 +64,7 @@ steal("jquery").then(function( $ ) {
* <tr><td>[jQuery.fn.before before] </td><td> <code>$('#bar').before('temp.jaml',{});</code></td></tr>
* <tr><td>[jQuery.fn.html html] </td><td> <code>$('#bar').html('temp.jaml',{});</code></td></tr>
* <tr><td>[jQuery.fn.prepend prepend] </td><td> <code>$('#bar').prepend('temp.jaml',{});</code></td></tr>
* <tr><td>[jQuery.fn.replaceWith replaceWith] </td><td> <code>$('#bar').replaceWidth('temp.jaml',{});</code></td></tr>
* <tr><td>[jQuery.fn.replaceWith replaceWith] </td><td> <code>$('#bar').replaceWith('temp.jaml',{});</code></td></tr>
* <tr><td>[jQuery.fn.text text] </td><td> <code>$('#bar').text('temp.jaml',{});</code></td></tr>
* </table>
*
Expand Down

0 comments on commit b8f8e58

Please sign in to comment.