aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael Magana <raf.magana@gmail.com>2012-05-29 15:08:53 -0500
committerRafael Magana <raf.magana@gmail.com>2012-05-29 15:08:53 -0500
commit97fb1b6e65f1b75c13aeca5a96591f21012c2014 (patch)
tree1b32212193ab12744722ac81c1ab14522eaacc3d /guides/source
parent5487daba9736c70b3e2ae868f3e92b24f6620273 (diff)
downloadrails-97fb1b6e65f1b75c13aeca5a96591f21012c2014.tar.gz
rails-97fb1b6e65f1b75c13aeca5a96591f21012c2014.tar.bz2
rails-97fb1b6e65f1b75c13aeca5a96591f21012c2014.zip
fix typo on ActiveSupport instrumentation guide [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/active_support_instrumentation.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_instrumentation.textile b/guides/source/active_support_instrumentation.textile
index 666110495c..dcdd9d14f5 100644
--- a/guides/source/active_support_instrumentation.textile
+++ b/guides/source/active_support_instrumentation.textile
@@ -377,7 +377,7 @@ listen to any notification.
The block receives the following arguments:
# The name of the event
-# Time when is started
+# Time when it started
# Time when it finished
# An unique ID for this event
# The payload (described in previous sections)