File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actionview/lib/action_view/helpers
activerecord/lib/active_record Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ module CacheHelper
8888 #
8989 # === Explicit dependencies
9090 #
91- # Some times you'll have template dependencies that can't be derived at all. This is typically
91+ # Sometimes you'll have template dependencies that can't be derived at all. This is typically
9292 # the case when you have template rendering that happens in helpers. Here's an example:
9393 #
9494 # <%= render_sortable_todolists @project.todolists %>
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class FixtureClassNotFound < ActiveRecord::ActiveRecordError #:nodoc:
8888 # assert_equal "Ruby on Rails", @rubyonrails.name
8989 # end
9090 #
91- # In order to use these methods to access fixtured data within your testcases , you must specify one of the
91+ # In order to use these methods to access fixtured data within your test cases , you must specify one of the
9292 # following in your ActiveSupport::TestCase-derived class:
9393 #
9494 # - to fully enable instantiated fixtures (enable alternate methods #1 and #2 above)
@@ -103,7 +103,7 @@ class FixtureClassNotFound < ActiveRecord::ActiveRecordError #:nodoc:
103103 #
104104 # = Dynamic fixtures with ERB
105105 #
106- # Some times you don't care about the content of the fixtures as much as you care about the volume.
106+ # Sometimes you don't care about the content of the fixtures as much as you care about the volume.
107107 # In these cases, you can mix ERB in with your YAML fixtures to create a bunch of fixtures for load
108108 # testing, like:
109109 #
You can’t perform that action at this time.
0 commit comments