diff options
author | Alexander <alex.strizhakov@gmail.com> | 2019-12-12 16:44:24 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-10 15:52:01 +0300 |
commit | bb9a43c3ae7c63b21b687d018b9497f3614566bf (patch) | |
tree | fe429931e14461a23286bdfd684eb075b007d798 | |
parent | 4306769671e4859bc9b4c8ca52c186819aae3aea (diff) | |
download | pleroma-bb9a43c3ae7c63b21b687d018b9497f3614566bf.tar.gz |
typo fix
-rw-r--r-- | docs/API/admin_api.md | 2 |
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"]}, ]]} |