Skip to content

Commit

Permalink
A couple of minor typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Feb 28, 2012
1 parent a3ee9aa commit d6593b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<para>
<emphasis>Renderer and Response Strategies</emphasis>.
Renderer Strategies listen to the "renderer" event of the
View, and decide what Renderer should be selected, based on
View, and decide which Renderer should be selected, based on
the Request or other criteria. Response strategies are used
to inject the Response object with the results of rendering
-- which may also include taking actions such as setting
Expand Down Expand Up @@ -503,7 +503,7 @@ class ArticleController extends ActionController
event composes a View Model which acts as the "root" for nested
view models, as such, it should contain the skeleton, or layout,
template for the site (configuration refers to this as the
"baseTemplate"). All other content is then rendered and
"layoutTemplate"). All other content is then rendered and
captured to view variables ov this root view model.
</para>

Expand Down

0 comments on commit d6593b5

Please sign in to comment.