summaryrefslogtreecommitdiff
path: root/docs/configuration/custom_emoji.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2023-12-28 00:15:32 +0100
committermarcin mikołajczak <git@mkljczk.pl>2023-12-28 00:17:04 +0100
commit017e35fbf128d47c033275a70b76b72f24d7c754 (patch)
tree6352f066d25e416d850177a50bf30030d0ba4056 /docs/configuration/custom_emoji.md
parentf53197c82a90533c9152d7d8ed57c2604a2d6685 (diff)
downloadpleroma-017e35fbf128d47c033275a70b76b72f24d7c754.tar.gz
pleroma-017e35fbf128d47c033275a70b76b72f24d7c754.zip
Fix some more typos
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/configuration/custom_emoji.md')
-rw-r--r--docs/configuration/custom_emoji.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/custom_emoji.md b/docs/configuration/custom_emoji.md
index 1648840fd..19250cf80 100644
--- a/docs/configuration/custom_emoji.md
+++ b/docs/configuration/custom_emoji.md
@@ -29,7 +29,7 @@ foo, /emoji/custom/foo.png
The files should be PNG (APNG is okay with `.png` for `image/png` Content-type) and under 50kb for compatibility with mastodon.
-Default file extentions and locations for emojis are set in `config.exs`. To use different locations or file-extentions, add the `shortcode_globs` to your secrets file (`prod.secret.exs` or `dev.secret.exs`) and edit it. Note that not all fediverse-software will show emojis with other file extentions:
+Default file extensions and locations for emojis are set in `config.exs`. To use different locations or file-extensions, add the `shortcode_globs` to your secrets file (`prod.secret.exs` or `dev.secret.exs`) and edit it. Note that not all fediverse-software will show emojis with other file extensions:
```elixir
config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png", "/emoji/custom/**/*.gif"]
```