diff --git a/plone/app/discussion/browser/javascripts/comments.js b/plone/app/discussion/browser/javascripts/comments.js index 1c459e7..2d836d9 100644 --- a/plone/app/discussion/browser/javascripts/comments.js +++ b/plone/app/discussion/browser/javascripts/comments.js @@ -88,7 +88,7 @@ jq(document).ready(function() { /***************************************************************** * Show the reply button only when Javascript is enabled. - * Otherwise hide it, since the reply functions relies on jQuery. + * Otherwise hide it, since the reply functions rely on jQuery. *****************************************************************/ jq(".reply-to-comment-button").css("display" , "inline");