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 | |
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
-rw-r--r-- | changelog.d/13437.doc | 1 | ||||
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/13437.doc b/changelog.d/13437.doc new file mode 100644 index 0000000000..fb772b24dc --- /dev/null +++ b/changelog.d/13437.doc @@ -0,0 +1 @@ +Fix wrong headline for `url_preview_accept_language` in documentation. 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 |