From cf0dd4a71da69cf7f39da59a992f04b3c7bcbb19 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 24 Jan 2019 14:30:40 -0800 Subject: Fix some typos! --- actionview/lib/action_view/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view') 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 -- cgit v1.2.3