adding a mention about available instance variables

Oleg committed Feb 25, 2011
commit 24aa9fbcc5610a7fe0f3eb3a4730e2a2150998de
Showing 1 changed file with 1 additions and 1 deletions
README.md +1 -1
@@ @@ -115,7 +115,7 @@ Similarly you can access **Snippet** content:
cms_snippet_content(:snippet_slug)
- You can also directly access `@cms_site`, `@cms_layout` and `@cms_page` objects from helpers, partials and application layouts used in rendering a CMS page.
+ You can also directly access `@cms_site`, `@cms_layout` and `@cms_page` objects from helpers, partials and application layouts used in rendering of a CMS page.
Extending Admin Area
--------------------