summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-08-04 17:14:55 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-08-04 17:14:55 +0100
commitcc1cb0ab54654b1a1d938ae464a3471dd1b588a5 (patch)
tree933f57caec7eb22bc0a675461120688e990e3f88
parentFixup changelog (diff)
downloadsynapse-cc1cb0ab54654b1a1d938ae464a3471dd1b588a5.tar.xz
Fixup changelog
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 052ab49599..7d3bdebbde 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,7 @@ Bugfixes
 --------
 
 - Fix the `PeriodicallyFlushingMemoryHandler` inhibiting application shutdown because of its background thread. ([\#10517](https://github.com/matrix-org/synapse/issues/10517))
-- Fix a bug introduced in Synapse v1.40.0rc1 that could cause Synapse to respond with an error when clients would update their a receipts. ([\#10531](https://github.com/matrix-org/synapse/issues/10531))
+- Fix a bug introduced in Synapse v1.40.0rc1 that could cause Synapse to respond with an error when clients would update read receipts. ([\#10531](https://github.com/matrix-org/synapse/issues/10531))
 
 
 Internal Changes