diff options
Diffstat (limited to 'apps/comments/src/activitytabviewplugin.js')
-rw-r--r-- | apps/comments/src/activitytabviewplugin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/activitytabviewplugin.js b/apps/comments/src/activitytabviewplugin.js index 5c1daba1c1c..6b6e7ccda90 100644 --- a/apps/comments/src/activitytabviewplugin.js +++ b/apps/comments/src/activitytabviewplugin.js @@ -31,7 +31,7 @@ * * @param {OCA.Activity.ActivityModel} model for this activity * @param {jQuery} $el jQuery handle for this activity - * @param {string} view The view that displayes this activity + * @param {string} view The view that displays this activity */ prepareModelForDisplay(model, $el, view) { if (model.get('app') !== 'comments' || model.get('type') !== 'comments') { |