diff options
-rw-r--r-- | guides/source/action_view_overview.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 1803f02d3a..10e2d4aaaa 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -4,10 +4,10 @@ Action View Overview In this guide you will learn: * What Action View is, and how to use it with Rails -* How to use Action View outside of Rails * How best to use templates, partials, and layouts -* What helpers are provided by Action View, and how to make your own +* What helpers are provided by Action View and how to make your own * How to use localized views +* How to use Action View outside of Rails -------------------------------------------------------------------------------- |