diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-10 17:54:54 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-10 17:54:54 +0300 |
commit | 00aff5f78c5df202ffd0dcad231f819c3d11fe18 (patch) | |
tree | 37f2fb48d6caf4083788ee0b9740352000999171 /docs/configuration | |
parent | 6395ad942c7087e97a8dcf2e9002005ed7b4c383 (diff) | |
download | pleroma-00aff5f78c5df202ffd0dcad231f819c3d11fe18.tar.gz |
syncing new setting to descriptions.exs
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 cad3af68d..336fd3e11 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -355,7 +355,7 @@ Available caches: * `proxy_url`: an upstream proxy to fetch posts and/or media with, (default: `nil`) * `send_user_agent`: should we include a user agent with HTTP requests? (default: `true`) -* `user_agent`: what user agent should we use? (default: `:default`), must be string or `:default` +* `user_agent`: what user agent should we use? (default: `:default`), must be string or `:default` * `adapter`: array of hackney options |