summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorHélène <pleroma-dev@helene.moe>2022-07-18 05:40:02 +0000
committerIlja <672-ilja@users.noreply.git.pleroma.social>2022-07-18 05:40:02 +0000
commitce0a6737e72e79afb55c68ffb8a04c073a937140 (patch)
treea3c822995b2d761f42769f65fea7b1e4f34ed871 /docs/configuration
parent97e8c8a10a57f82c4c4a9f0bc7f992fa96988206 (diff)
downloadpleroma-ce0a6737e72e79afb55c68ffb8a04c073a937140.tar.gz
pleroma-ce0a6737e72e79afb55c68ffb8a04c073a937140.zip
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 60c70d12b..e6e62bf60 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -82,7 +82,7 @@ To add configuration to your config file, you can copy it from the base config.
* `:messages_read`
* Allows admins to read messages through the admin API, including non-public posts and chats.
* `:messages_delete`
- * Allows you to delete messages from otehr people
+ * Allows admins to delete messages from other users.
* `:instances_delete,`
* Allows admins to remove a whole remote instance from your instance. This will delete all users and messages from that remote instance.
* `:reports_manage_reports`