Skip to content

Commit d5f0bb3

Browse files
committed
Fix spelling in API docs
[ci skip]
1 parent a5e9334 commit d5f0bb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

actionview/lib/action_view/helpers/cache_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 %>

activerecord/lib/active_record/fixtures.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)