aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander <alex.strizhakov@gmail.com>2019-12-12 16:44:24 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-10 15:52:01 +0300
commitbb9a43c3ae7c63b21b687d018b9497f3614566bf (patch)
treefe429931e14461a23286bdfd684eb075b007d798
parent4306769671e4859bc9b4c8ca52c186819aae3aea (diff)
downloadpleroma-bb9a43c3ae7c63b21b687d018b9497f3614566bf.tar.gz
typo fix
-rw-r--r--docs/API/admin_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md
index 98af8e8f3..e0eda0841 100644
--- a/docs/API/admin_api.md
+++ b/docs/API/admin_api.md
@@ -807,7 +807,7 @@ config :quack,
{"tuple": [":proxy_opts", [
{"tuple": [":redirect_on_failure", false]},
{"tuple": [":max_body_length", 1048576]},
- {"tuple": [":http": [
+ {"tuple": [":http", [
{"tuple": [":follow_redirect", true]},
{"tuple": [":pool", ":upload"]},
]]}