diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-09-11 17:42:39 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-09-11 17:42:39 -0500 |
commit | 40c847dc2a33bcd4bb6776d500cb73d6fa5ff052 (patch) | |
tree | c390935f670e5c6318aac0ca578f62aeb85a7a1f | |
parent | 9fb88c814ddadd9138ef29550a856938491a1ca4 (diff) | |
download | pleroma-40c847dc2a33bcd4bb6776d500cb73d6fa5ff052.tar.gz |
Spelling
Reported by: trevoke
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 7cf1d1ce7..0c5d17ce3 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -18,7 +18,7 @@ To add configuration to your config file, you can copy it from the base config. * `notify_email`: Email used for notifications. * `description`: The instance’s description, can be seen in nodeinfo and ``/api/v1/instance``. * `limit`: Posts character limit (CW/Subject included in the counter). -* `discription_limit`: The character limit for image descriptions. +* `description_limit`: The character limit for image descriptions. * `chat_limit`: Character limit of the instance chat messages. * `remote_limit`: Hard character limit beyond which remote posts will be dropped. * `upload_limit`: File size limit of uploads (except for avatar, background, banner). |