aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/notifications.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index 719f074948..f549d2fff3 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -66,7 +66,7 @@ module ActiveSupport
# == Temporary Subscriptions
#
# Sometimes you do not want to subscribe to an event for the entire life of
- # the application. There are two ways two unsubscribe.
+ # the application. There are two ways to unsubscribe.
#
# === Subscribe While a Block Runs
#