diff --git a/view/view.js b/view/view.js index 5f31cf82..93e23a69 100644 --- a/view/view.js +++ b/view/view.js @@ -64,7 +64,7 @@ steal("jquery").then(function( $ ) { * [jQuery.fn.before before] $('#bar').before('temp.jaml',{}); * [jQuery.fn.html html] $('#bar').html('temp.jaml',{}); * [jQuery.fn.prepend prepend] $('#bar').prepend('temp.jaml',{}); - * [jQuery.fn.replaceWith replaceWith] $('#bar').replaceWidth('temp.jaml',{}); + * [jQuery.fn.replaceWith replaceWith] $('#bar').replaceWith('temp.jaml',{}); * [jQuery.fn.text text] $('#bar').text('temp.jaml',{}); * *