Skip to content

Commit

Permalink
Merge pull request #17 from cheptsov/gh-pages
Browse files Browse the repository at this point in the history
Fix for small misprint
  • Loading branch information
ajselvig committed Feb 2, 2013
2 parents 443e79d + ab9511f commit 6a11525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icon: cogs
## Kara Controllers

The business logic for a Kara app is contained inside the controller classes mapped to HTTP requests with annotations (routes).
Each controller class must inherit kara.controllers.Request and defines an action method.
Each controller class must inherit kara.controllers.Request and define an action method.
An action method handles a specific request to the app, defined by the routing annotation associated with it, and returns an kara.controllers.ActionResult.

object Home {
Expand Down

0 comments on commit 6a11525

Please sign in to comment.