summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorHélène <pleroma-dev@helene.moe>2022-07-18 05:38:45 +0000
committerIlja <672-ilja@users.noreply.git.pleroma.social>2022-07-18 05:38:45 +0000
commit02b4b4da4753725c9508da3d0da01ce829958bfa (patch)
tree9a859a102c1aab7acc495ebbc5c573cd82a1ae93 /docs/configuration
parent02947bafeb8d2b2841f3e19df380ca47efbad125 (diff)
downloadpleroma-02b4b4da4753725c9508da3d0da01ce829958bfa.tar.gz
pleroma-02b4b4da4753725c9508da3d0da01ce829958bfa.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 3966346a3..4fa508e3b 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -78,7 +78,7 @@ To add configuration to your config file, you can copy it from the base config.
* `:users_manage_credentials`
* Allows admins to trigger a password reset and set new credentials for an user.
* `:users_delete`
- * Allows you to delete accounts. Note that deleting an account is actually deactivating it and removing all data like posts, profile information, etc.
+ * Allows admins to delete accounts. Note that deleting an account is actually deactivating it and removing all data like posts, profile information, etc.
* `:messages_read`
* Allows you to view messages through the Admin-API, including non-public posts and chats
* `:messages_delete`