summary refs log tree commit diff
path: root/docs/message_retention_policies.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-08 13:57:02 +0000
committerGitHub <noreply@github.com>2020-01-08 13:57:02 +0000
commite16521faabe060fc1f1dadb24a91a876926cb7f9 (patch)
treece7776ab6b370dc35fab2faa1c09d33361be28f3 /docs/message_retention_policies.md
parentMerge remote-tracking branch 'origin/release-v1.8.0' into develop (diff)
parentChangelog (diff)
downloadsynapse-e16521faabe060fc1f1dadb24a91a876926cb7f9.tar.xz
Merge pull request #6665 from matrix-org/babolivier/retention_doc_typo
Fix typo in message retention policies doc
Diffstat (limited to 'docs/message_retention_policies.md')
-rw-r--r--docs/message_retention_policies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/message_retention_policies.md b/docs/message_retention_policies.md
index c4888c81be..4300809dfe 100644
--- a/docs/message_retention_policies.md
+++ b/docs/message_retention_policies.md
@@ -101,7 +101,7 @@ file. An example of such configuration could be:
       interval: 2d
 ```
 
-In this example, we define two jobs:
+In this example, we define three jobs:
 
 * one that runs twice a day (every 12 hours) and purges events in rooms
   which policy's `max_lifetime` is lower or equal to 3 days.