diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-08-03 10:41:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 09:41:57 +0100 |
commit | ec6758d47253fd6f0cee567f38c8996e35a4de7a (patch) | |
tree | 66ce3daf8c0ecc35efa2d15ce8d2374a7d519a41 /docs | |
parent | Add a `merge-back` command to the release script, which automates merging the... (diff) | |
download | synapse-ec6758d47253fd6f0cee567f38c8996e35a4de7a.tar.xz |
Fix wrong headline for `url_preview_accept_language` in docs (#13437)
Fixes: #13433
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 6f8d7b7d26..d072240abf 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1859,7 +1859,7 @@ Example configuration: max_spider_size: 8M ``` --- -### `url_preview_language` +### `url_preview_accept_language` A list of values for the Accept-Language HTTP header used when downloading webpages during URL preview generation. This allows |