diff options
author | Xavier Noria <fxn@hashref.com> | 2011-11-05 12:09:18 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-11-05 12:09:18 -0700 |
commit | 56f16e25e97fc23df9289abb2e1feb499e09d033 (patch) | |
tree | 12b791733edec0dd249979511ce18380b29d8597 | |
parent | d287e90870a9832c9d7e9d222881d3a6102bd04d (diff) | |
download | rails-56f16e25e97fc23df9289abb2e1feb499e09d033.tar.gz rails-56f16e25e97fc23df9289abb2e1feb499e09d033.tar.bz2 rails-56f16e25e97fc23df9289abb2e1feb499e09d033.zip |
fixes typo
-rw-r--r-- | activesupport/lib/active_support/notifications.rb | 2 |
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 # |