From 64f1c888f288a71c01f17f31257bcf77c7b97e5d Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sat, 31 Jan 2015 11:56:38 +0530 Subject: Wording fixes for `:skip_after_callbacks_if_terminated` callbacks option --- activesupport/lib/active_support/callbacks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb index 0f1de8b076..7559e6dce8 100644 --- a/activesupport/lib/active_support/callbacks.rb +++ b/activesupport/lib/active_support/callbacks.rb @@ -746,8 +746,8 @@ module ActiveSupport # # * :skip_after_callbacks_if_terminated - Determines if after # callbacks should be terminated by the :terminator option. By - # default after callbacks executed no matter if callback chain was - # terminated or not. Option makes sense only when :terminator + # default after callbacks are executed no matter if callback chain was + # terminated or not. This option makes sense only when :terminator # option is specified. # # * :scope - Indicates which methods should be executed when an -- cgit v1.2.3