summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-12-05 13:38:09 +0000
committerDavid Robertson <davidr@element.io>2023-12-05 13:38:09 +0000
commitc8a24c55a9f8c74e3cbb601ba40f91e564c425c2 (patch)
treeaeefe5f0d72d7e8d4ce2cb7e46eef96a6178de6a /CHANGES.md
parentFixup dependency bumps syntax in changelog (diff)
downloadsynapse-c8a24c55a9f8c74e3cbb601ba40f91e564c425c2.tar.xz
Amend changelog typo
Diffstat (limited to '')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b8d46b0532..74348cf17a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -31,7 +31,7 @@ but we are striving to make this as seamless as possible.
 ### Improved Documentation
 
 - Add schema rollback information to documentation. ([\#16661](https://github.com/matrix-org/synapse/issues/16661))
-- Fix poetry version typo in [contributors' guide](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html). ([\#16695](https://github.com/matrix-org/synapse/issues/16695))
+- Fix poetry version typo in the [contributors' guide](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html). ([\#16695](https://github.com/matrix-org/synapse/issues/16695))
 - Switch the example UNIX socket paths to `/run`. Add HAProxy example configuration for UNIX sockets. ([\#16700](https://github.com/matrix-org/synapse/issues/16700))
 - Add documentation for how to validate the configuration file with `synapse.config` script. ([\#16714](https://github.com/matrix-org/synapse/issues/16714))