aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-12-17 02:06:58 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-12-17 02:06:58 +0700
commit36d66d965519037d086ad5080ccf833801c3381e (patch)
tree9d4a4e0537eea0849c061316d4c95ca95205a0f1
parentd81c3afbb2f020226909afed851d2aa623fdcdb0 (diff)
downloadpleroma-36d66d965519037d086ad5080ccf833801c3381e.tar.gz
Fix typo
-rw-r--r--CHANGELOG.md2
-rw-r--r--docs/configuration/cheatsheet.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c2b49962..93c7485aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,7 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- User notification settings: Add `privacy_option` option.
- User settings: Add _This account is a_ option.
- OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`).
-- Add an option `authorized_fetch_mode` to require HTTP Signatures for AP fetches.
+- Add an option `authorized_fetch_mode` to require HTTP signatures for AP fetches.
<details>
<summary>API Changes</summary>
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 8fa4a1747..cdc7c5ee0 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -151,7 +151,7 @@ config :pleroma, :mrf_user_allowlist,
* `outgoing_blocks`: Whether to federate blocks to other instances
* `deny_follow_blocked`: Whether to disallow following an account that has blocked the user in question
* `sign_object_fetches`: Sign object fetches with HTTP signatures
-* `authorized_fetch_mode`: Require HTTP Signature for AP fetches
+* `authorized_fetch_mode`: Require HTTP signatures for AP fetches
### :fetch_initial_posts
* `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts