Skip to content

Commit

Permalink
docs: Fixing a typo in the readme (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
acorncom authored and davewasmer committed Feb 16, 2018
1 parent 7b2cb45 commit 7e9d96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ But rather than a single controller class that responds to many different
endpoints, an Action class is responsible for responding to requests against
a single endpoint (URL + method) only. The result is powerful - since the Action
class directly and completely represents the app's response handler, we can use
expressive declarative syntax to succicently define behaviors.
expressive declarative syntax to succinctly define behaviors.

## Getting Started

Expand Down

0 comments on commit 7e9d96a

Please sign in to comment.