diff options
Diffstat (limited to 'apps/comments/src/services/CommentsInstance.js')
-rw-r--r-- | apps/comments/src/services/CommentsInstance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/services/CommentsInstance.js b/apps/comments/src/services/CommentsInstance.js index bf0199fe753..9aac3e6c69e 100644 --- a/apps/comments/src/services/CommentsInstance.js +++ b/apps/comments/src/services/CommentsInstance.js @@ -49,7 +49,7 @@ export default class CommentInstance { * Initialize a new Comments instance for the desired type * * @param {string} commentsType the comments endpoint type - * @param {Object} options the vue options (propsData, parent, el...) + * @param {object} options the vue options (propsData, parent, el...) */ constructor(commentsType = 'files', options) { // Add comments type as a global mixin |