Skip to content

Commit

Permalink
Consistent use of chapter names in anchor texts - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco de Vries committed May 28, 2013
1 parent 83531e9 commit 1b66c3f
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 @@ -137,7 +137,7 @@ You may also attach a view composer to multiple views at once:
$view->with('count', User::count());
});

If you would rather use a class based composer, which will provide the benefits of being resolved through the application [IoC container](/docs/ioc), you may do so:
If you would rather use a class based composer, which will provide the benefits of being resolved through the application [IoC Container](/docs/ioc), you may do so:

View::composer('profile', 'ProfileComposer');

Expand Down

0 comments on commit 1b66c3f

Please sign in to comment.