Skip to content

Commit

Permalink
behaviour --> behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
maclover7 committed May 28, 2016
1 parent 1c03057 commit 3b1b957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/deprecation/behaviors.rb
Expand Up @@ -2,7 +2,7 @@

module ActiveSupport
# Raised when <tt>ActiveSupport::Deprecation::Behavior#behavior</tt> is set with <tt>:raise</tt>.
# You would set <tt>:raise</tt>, as a behaviour to raise errors and proactively report exceptions from deprecations.
# You would set <tt>:raise</tt>, as a behavior to raise errors and proactively report exceptions from deprecations.
class DeprecationException < StandardError
end

Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/application/finisher.rb
Expand Up @@ -95,7 +95,7 @@ def self.complete(_state)

elsif config.allow_concurrency == :unsafe
# Do nothing, even if we know this is dangerous. This is the
# historical behaviour for true.
# historical behavior for true.

else
# Default concurrency setting: enabled, but safe
Expand Down

0 comments on commit 3b1b957

Please sign in to comment.