diff options
author | lain <lain@soykaf.club> | 2020-01-30 18:28:28 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-01-30 18:28:28 +0000 |
commit | 01537cc1d6a290f6a9002b331b18986036300634 (patch) | |
tree | 11808f7d5bcd4cbca482bf80e77ecb3d4046a886 /docs/configuration | |
parent | ff4bef140af4cf17b2f8be2622a528cbea0ed330 (diff) | |
download | pleroma-01537cc1d6a290f6a9002b331b18986036300634.tar.gz |
Apply suggestion to docs/configuration/cheatsheet.md
Diffstat (limited to 'docs/configuration')
-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 fcd7cdfb9..a81bfa29d 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -347,7 +347,7 @@ Supported rate limiters: * `:statuses_actions` - Status actions such as: (un)repeating, (un)favouriting, creating, deleting. * `:status_id_action` - (un)Repeating/(un)Favouriting a particular status. * `:authentication` - Authentication actions, i.e getting an OAuth token. -* `password_reset` - Requesting password reset emails. +* `:password_reset` - Requesting password reset emails. * `:account_confirmation_resend` - Requesting resending account confirmation emails. * `:ap_routes` - Requesting statuses via ActivityPub. |