diff options
author | feld <feld@feld.me> | 2020-09-11 23:14:54 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-09-11 23:14:54 +0000 |
commit | 2b06805ad58e1fc394800d68d674c567aea1dc5e (patch) | |
tree | c390935f670e5c6318aac0ca578f62aeb85a7a1f /docs/configuration/cheatsheet.md | |
parent | 9fb88c814ddadd9138ef29550a856938491a1ca4 (diff) | |
parent | 40c847dc2a33bcd4bb6776d500cb73d6fa5ff052 (diff) | |
download | pleroma-2b06805ad58e1fc394800d68d674c567aea1dc5e.tar.gz |
Merge branch 'chore/docs-spelling' into 'develop'
Spelling nit
See merge request pleroma/pleroma!2993
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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). |