diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 04:44:31 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 04:44:31 -0800 |
commit | c0f415d279fba327b5ea682b3128f19a4275dd71 (patch) | |
tree | bf3a20c6551d6199003c9af487c99a6b58163d7b /guides/source | |
parent | 43806394c483e31dd7e827ce621c91a8f76e2611 (diff) | |
download | rails-c0f415d279fba327b5ea682b3128f19a4275dd71.tar.gz rails-c0f415d279fba327b5ea682b3128f19a4275dd71.tar.bz2 rails-c0f415d279fba327b5ea682b3128f19a4275dd71.zip |
ActionView -> Action View
The proper name has a space.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_support_instrumentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index cb0d13f959..aa08b0f055 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -187,8 +187,8 @@ INFO. Additional keys may be added by the caller. } ``` -ActionView ----------- +Action View +----------- ### render_template.action_view |