From 742e1a233989feabdd031ec8b99e07c04f8b5973 Mon Sep 17 00:00:00 2001 From: odan Date: Sun, 17 Nov 2019 13:44:10 +0100 Subject: [PATCH] Update docs --- docs/action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/action.md b/docs/action.md index 7f361cb8a..e529aa221 100644 --- a/docs/action.md +++ b/docs/action.md @@ -78,7 +78,7 @@ final class HomeAction ## Responder According to [ADR](#action-domain-responder-adr) there should be a **responder** for each action. In most cases this is not necessary -and would blow up the code too much. Of course, you can add special responder classes in your application and move the +and would blow up the code too much. Of course, you can add special responder classes and move the complete presentation logic there. [Examples](https://github.com/pmjones/adr-example/tree/master/src/Web/Blog) ## Request and Response