aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2018-07-26 14:56:25 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2018-07-26 14:56:25 -0700
commit9954ce515353627322a6df1f9bf48fed3fffcfea (patch)
tree788b3a1e7f8ce2241179fa2002e4aba8e0ea29fe /activesupport/CHANGELOG.md
parent3ea2857943dc294d7809930b4cc5b318b9c39577 (diff)
downloadrails-9954ce515353627322a6df1f9bf48fed3fffcfea.tar.gz
rails-9954ce515353627322a6df1f9bf48fed3fffcfea.tar.bz2
rails-9954ce515353627322a6df1f9bf48fed3fffcfea.zip
I cannot spell
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index e789d7fa20..8808b38aac 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,5 @@
* Add "event object" support to the notification system.
- Before this change, end users were forced to create hand made arsenal
+ Before this change, end users were forced to create hand made artisanal
event objects on their own, like this:
ActiveSupport::Notifications.subscribe('wait') do |*args|