diff --git a/controller/service.rst b/controller/service.rst index 1e23de89e01..51b893dc4ac 100644 --- a/controller/service.rst +++ b/controller/service.rst @@ -80,7 +80,7 @@ Invokable Controllers Controllers can also define a single action using the ``__invoke()`` method, which is a common practice when following the `ADR pattern`_ -(Action-Domain-Responder):: +(Action-Domain-Responder): .. configuration-block::