From ea5daeb2e407d004cf134d47fe8ac28d24fb0a00 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 25 Mar 2013 22:43:26 +0900 Subject: Fix some typos --- guides/source/active_support_instrumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 0f33c58011..38dbfd3152 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -442,7 +442,7 @@ ActiveSupport::Notifications.subscribe "process_action.action_controller" do |*a end ``` -Most times you only care about the data itself. Here is a shortuct to just get the data. +Most times you only care about the data itself. Here is a shortcut to just get the data. ```ruby ActiveSupport::Notifications.subscribe "process_action.action_controller" do |*args| -- cgit v1.2.3