Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Nov 17, 2019
1 parent 7d4f7fb commit 742e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 742e1a2

Please sign in to comment.