From 9a0755c6c8d5792a70a6af0462e439daf11c5caa Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Tue, 12 Sep 2023 12:34:10 +0800 Subject: [PATCH] update comment --- src/components/Attachments/AttachmentCarousel/CarouselItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Attachments/AttachmentCarousel/CarouselItem.js b/src/components/Attachments/AttachmentCarousel/CarouselItem.js index 538ebac8d792..40a93f78a6a5 100644 --- a/src/components/Attachments/AttachmentCarousel/CarouselItem.js +++ b/src/components/Attachments/AttachmentCarousel/CarouselItem.js @@ -23,7 +23,7 @@ const propTypes = { /** The source (URL) of the attachment */ source: PropTypes.string, - /** File additional information of the attachment */ + /** Additional information about the attachment file */ file: PropTypes.shape({ /** File name of the attachment */ name: PropTypes.string,