summary refs log tree commit diff
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-03-14 11:09:08 -0600
committerGitHub <noreply@github.com>2018-03-14 11:09:08 -0600
commitc33c1ceddd5da8195b38059dce31255209075ba2 (patch)
treeeacd3a89441e410c8d76ba5699708e3a706d0bb2
parentMerge pull request #2995 from matrix-org/erikj/enable_membership_worker (diff)
downloadsynapse-c33c1ceddd5da8195b38059dce31255209075ba2.tar.xz
OCD: Make the event_creator routes regex a code block
All the others are code blocks, so this one should be to (currently it is a blockquote).

Signed-off-by: Travis Ralston <travpc@gmail.com>
-rw-r--r--docs/workers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index dee04bbf3e..80f8d2181a 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -230,7 +230,7 @@ file. For example::
 ``synapse.app.event_creator``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Handles non-state event creation. It can handle REST endpoints matching:
+Handles non-state event creation. It can handle REST endpoints matching::
 
     ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send