Skip to content

Commit

Permalink
Fix typo in Responses:Defining Multiple Composers
Browse files Browse the repository at this point in the history
"an group" to "a group"
  • Loading branch information
colindecarlo committed Feb 9, 2014
1 parent 3d42631 commit d0ca827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ A view composer class should be defined like so:

#### Defining Multiple Composers

You may use the `composers` method to register an group of composers at the same time:
You may use the `composers` method to register a group of composers at the same time:

View::composers(array(
'AdminComposer' => array('admin.index', 'admin.profile'),
Expand Down

0 comments on commit d0ca827

Please sign in to comment.