aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2019-01-24 14:30:40 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2019-02-06 16:57:34 -0800
commitcf0dd4a71da69cf7f39da59a992f04b3c7bcbb19 (patch)
tree98139b64e006de32628aa1a7293368eb0e5257a1 /actionview
parent9aa9b6d6e12b1b900f783abc40f50e4771f55d6f (diff)
downloadrails-cf0dd4a71da69cf7f39da59a992f04b3c7bcbb19.tar.gz
rails-cf0dd4a71da69cf7f39da59a992f04b3c7bcbb19.tar.bz2
rails-cf0dd4a71da69cf7f39da59a992f04b3c7bcbb19.zip
Fix some typos!
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md4
-rw-r--r--actionview/lib/action_view/base.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index ecc02d510b..5e7b271fb9 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,9 +1,13 @@
* ActionView::Template.finalize_compiled_template_methods is deprecated with
no replacement.
+ *tenderlove*
+
* config.action_view.finalize_compiled_template_methods is deprecated with
no replacement.
+ *tenderlove*
+
* Ensure unique DOM IDs for collection inputs with float values.
Fixes #34974
diff --git a/actionview/lib/action_view/base.rb b/actionview/lib/action_view/base.rb
index df87de4406..420136d6de 100644
--- a/actionview/lib/action_view/base.rb
+++ b/actionview/lib/action_view/base.rb
@@ -271,7 +271,7 @@ module ActionView #:nodoc:
raise NotImplementedError, <<~msg
Subclasses of ActionView::Base must implement `compiled_method_container`
or use the class method `with_empty_template_cache` for constructing
- an ActionView::Base subclass thata has an empty cache.
+ an ActionView::Base subclass that has an empty cache.
msg
end