Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 25, 2014
1 parent 5fb7530 commit baeca8e
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 @@ -182,7 +182,7 @@ You may use the `composers` method to register a group of composers at the same
### View Creators

View **creators** work almost exactly like view composers; however, they are fired immediately when the view is instantiated. To register a view creator, simple use the `creator` method:
View **creators** work almost exactly like view composers; however, they are fired immediately when the view is instantiated. To register a view creator, simply use the `creator` method:

View::creator('profile', function($view)
{
Expand Down

0 comments on commit baeca8e

Please sign in to comment.