summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorHélène <pleroma-dev@helene.moe>2022-07-18 05:38:23 +0000
committerIlja <672-ilja@users.noreply.git.pleroma.social>2022-07-18 05:38:23 +0000
commitad730c2135858cbc3a050d89a8d67b406d1b4802 (patch)
treee28b4340ce8f8c45e1aa603c92a8a93f6e014df5 /docs/configuration/cheatsheet.md
parent2baf3084a1edb275e8c9cc33793ddfaa5dbe9b99 (diff)
downloadpleroma-ad730c2135858cbc3a050d89a8d67b406d1b4802.tar.gz
pleroma-ad730c2135858cbc3a050d89a8d67b406d1b4802.zip
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 d593f51c7..4dacf3bb2 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -74,7 +74,7 @@ To add configuration to your config file, you can copy it from the base config.
* `:users_manage_activation_state`
* Allows admins to activate and deactivate accounts. This also allows them to see deactivated users through the Mastodon API.
* `:users_manage_tags`
- * Allows you to set and remove tags for users. This can be useful in combination with MRF policy `Pleroma.Web.ActivityPub.MRF.TagPolicy`.
+ * Allows admins to set and remove tags for users. This can be useful in combination with MRF policies, such as `Pleroma.Web.ActivityPub.MRF.TagPolicy`.
* `:users_manage_credentials`
* Allows you to trigger a password reset and set new credentials
* `:users_delete`