Skip to content

Commit

Permalink
small phrase simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Silva committed Nov 6, 2014
1 parent cc40b0b commit 6cf45d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ For more details check out the [Models](doc/models.md) documentation.
## Controllers

Controllers are the bridge from the outside world to the app. They define handlers that listen to requested
URLs, perform logic, and return a response. Typically, an handler defined in a controller will, upon receiving
a request:
URLs, perform logic, and return a response. Typically an handler upon receiving a request will do the following:

* Retrieve entities (instances of a model stored in the data source)
* Invoke their logic (application logic should be encapsulated in the model files)
Expand Down

0 comments on commit 6cf45d3

Please sign in to comment.