Skip to content

Commit

Permalink
Typo in view layer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Jun 24, 2012
1 parent e184402 commit a8a2747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/2-the-view-layer.md
Expand Up @@ -46,7 +46,7 @@ will wrap data types other than associative arrays in an associative array with
a single key (default ``'data'``), which will become the variable name of the
object in the respective template.

There are also two specialized ``View`` classes for handling directs, one for
There are also two specialized ``View`` classes for handling redirects, one for
redirecting to an URL called ``RedirectView`` and one to redirect to a route
called ``RouteRedirectView``. Note that whether these classes actually cause a
redirect or not is determined by the ``force_redirects`` configuration option,
Expand Down

0 comments on commit a8a2747

Please sign in to comment.