From 3b1b957b6f1482ce260c8f4ecaad6e5b2bbd8316 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 27 May 2016 22:10:45 -0400 Subject: `behaviour` --> `behavior` http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#english --- activesupport/lib/active_support/deprecation/behaviors.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/deprecation/behaviors.rb b/activesupport/lib/active_support/deprecation/behaviors.rb index dc24e2d0e1..35a9e5f8b8 100644 --- a/activesupport/lib/active_support/deprecation/behaviors.rb +++ b/activesupport/lib/active_support/deprecation/behaviors.rb @@ -2,7 +2,7 @@ require "active_support/notifications" module ActiveSupport # Raised when ActiveSupport::Deprecation::Behavior#behavior is set with :raise. - # You would set :raise, as a behaviour to raise errors and proactively report exceptions from deprecations. + # You would set :raise, as a behavior to raise errors and proactively report exceptions from deprecations. class DeprecationException < StandardError end -- cgit v1.2.3