Skip to content

Commit cf0c7ef

Browse files
committed
Typos
1 parent 3ca21ab commit cf0c7ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/main/java/net/dv8tion/jda/api/components/mediagallery/MediaGallery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import java.util.List;
3232

3333
/**
34-
* Component which displays a group of images, videos or gifs into a gallery grid.
34+
* Component which displays a group of images, videos, GIFs or WEBPs into a gallery grid.
3535
*
3636
* <p>This can contain up to {@value #MAX_ITEMS} {@link MediaGalleryItem}.
3737
*

src/main/java/net/dv8tion/jda/api/components/section/Section.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import java.util.List;
3838

3939
/**
40-
* Component which contains main content on the left and an accessory on the right.
40+
* Component which contains the main content on the left and an accessory on the right.
4141
*
4242
* <p>This can contain up to {@value #MAX_COMPONENTS} {@link SectionContentComponent}.
4343
*

src/main/java/net/dv8tion/jda/api/components/thumbnail/Thumbnail.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ static Thumbnail fromUrl(@Nonnull String url)
6262
/**
6363
* Constructs a new {@link Thumbnail} from the {@link FileUpload}.
6464
*
65-
* <p>This will automatically add the file when building the message,
66-
* as such you do not need to add it manually (with {@link MessageCreateBuilder#addFiles(FileUpload...)} for example).
65+
* <p>This will automatically add the file when building the message;
66+
* as such, you do not need to add it manually (with {@link MessageCreateBuilder#addFiles(FileUpload...)} for example).
6767
*
6868
* @param file
6969
* The {@link FileUpload} to display

0 commit comments

Comments
 (0)