aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-11-12 15:18:32 -0500
committerGitHub <noreply@github.com>2016-11-12 15:18:32 -0500
commitee7556cb08382f311bd40eec0e377aaa878c42e8 (patch)
tree95578d2ae976f4127e3f8676c772f2c1f51383d7 /actionview
parentd2e84fa919156d5faba750e023087f12ac4ff4bb (diff)
parentd5f0bb38f6364f45fd4810faf58cc66ff8ff2d73 (diff)
downloadrails-ee7556cb08382f311bd40eec0e377aaa878c42e8.tar.gz
rails-ee7556cb08382f311bd40eec0e377aaa878c42e8.tar.bz2
rails-ee7556cb08382f311bd40eec0e377aaa878c42e8.zip
Merge pull request #27019 from djpowers/patch-1
Fix spelling in API documentation
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/cache_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/cache_helper.rb b/actionview/lib/action_view/helpers/cache_helper.rb
index 87d341d862..bf1c8ceaed 100644
--- a/actionview/lib/action_view/helpers/cache_helper.rb
+++ b/actionview/lib/action_view/helpers/cache_helper.rb
@@ -88,7 +88,7 @@ module ActionView
#
# === Explicit dependencies
#
- # Some times you'll have template dependencies that can't be derived at all. This is typically
+ # Sometimes you'll have template dependencies that can't be derived at all. This is typically
# the case when you have template rendering that happens in helpers. Here's an example:
#
# <%= render_sortable_todolists @project.todolists %>