diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 04:42:25 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 04:42:29 -0800 |
commit | 43806394c483e31dd7e827ce621c91a8f76e2611 (patch) | |
tree | 7e68f4f019fd8dfd7e90f5e45ba881f33b9e946c /guides/source | |
parent | 4e538bc8d6861b4a18799743a36dbde1a6690ea6 (diff) | |
download | rails-43806394c483e31dd7e827ce621c91a8f76e2611.tar.gz rails-43806394c483e31dd7e827ce621c91a8f76e2611.tar.bz2 rails-43806394c483e31dd7e827ce621c91a8f76e2611.zip |
ActionController -> Action Controller
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 5c3f4dce2d..cb0d13f959 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -26,8 +26,8 @@ Rails framework hooks Within the Ruby on Rails framework, there are a number of hooks provided for common events. These are detailed below. -ActionController ----------------- +Action Controller +----------------- ### write_fragment.action_controller |