We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5684eb commit 71b73dcCopy full SHA for 71b73dc
rsocket-core/src/main/java/io/rsocket/metadata/WellKnownMimeType.java
@@ -50,7 +50,7 @@ public enum WellKnownMimeType {
50
AUDIO_OPUS("audio/opus", (byte) 0x12),
51
AUDIO_VORBIS("audio/vorbis", (byte) 0x13),
52
IMAGE_BMP("image/bmp", (byte) 0x14),
53
- IMAGE_GIG("image/gif", (byte) 0x15),
+ IMAGE_GIF("image/gif", (byte) 0x15),
54
IMAGE_HEIC_SEQUENCE("image/heic-sequence", (byte) 0x16),
55
IMAGE_HEIC("image/heic", (byte) 0x17),
56
IMAGE_HEIF_SEQUENCE("image/heif-sequence", (byte) 0x18),
0 commit comments