diff --git a/src/components/AttachmentCarousel/index.js b/src/components/AttachmentCarousel/index.js index e30c4ce49805..3b66633a1b74 100644 --- a/src/components/AttachmentCarousel/index.js +++ b/src/components/AttachmentCarousel/index.js @@ -134,7 +134,7 @@ class AttachmentCarousel extends React.Component { } /** - * increments or decrements the index to get another selected item + * Increments or decrements the index to get another selected item * @param {Number} deltaSlide */ cycleThroughAttachments(deltaSlide) {