diff --git a/fep/9098/fep-9098.md b/fep/9098/fep-9098.md index f6629c1..13c758e 100644 --- a/fep/9098/fep-9098.md +++ b/fep/9098/fep-9098.md @@ -124,7 +124,7 @@ In order to be compatible with as many servers as possible, implementations SHOU - Name contains only characters from the `[a-zA-Z0-9_]` set ([Mastodon](https://github.com/mastodon/mastodon/blob/v4.3.7/app/models/custom_emoji.rb#L30)). - Image media type is `image/png`, `image/gif` or `image/webp` ([Mastodon](https://github.com/mastodon/mastodon/blob/v4.3.7/app/models/custom_emoji.rb#L37)). - Image size is not greater than 256 KB ([Mastodon](https://github.com/mastodon/mastodon/blob/v4.3.7/app/models/custom_emoji.rb#L27)). -- Image is a square (some clients may display non-squre emojis with a wrong aspect ratio). +- Image is a square (some clients may display non-square emojis with a wrong aspect ratio). - Shortcode is placed between two characters that are not unicode alphanumerics, colons or line endings ([Mastodon](https://github.com/mastodon/mastodon/blob/v4.4.2/app/models/custom_emoji.rb#L32-L34), see also issue [#7364](https://github.com/mastodon/mastodon/issues/7364)). ## Implementations