diff options
author | Dave Powers <djpowers@users.noreply.github.com> | 2016-11-11 15:34:23 -0500 |
---|---|---|
committer | Dave Powers <djpowers89@gmail.com> | 2016-11-12 15:06:18 -0500 |
commit | d5f0bb38f6364f45fd4810faf58cc66ff8ff2d73 (patch) | |
tree | 6324083977589f6fc25f763f17145e0b69362641 /actionview/lib/action_view | |
parent | a5e933410dcbf097c5f180ec7ce9b3567a9e3514 (diff) | |
download | rails-d5f0bb38f6364f45fd4810faf58cc66ff8ff2d73.tar.gz rails-d5f0bb38f6364f45fd4810faf58cc66ff8ff2d73.tar.bz2 rails-d5f0bb38f6364f45fd4810faf58cc66ff8ff2d73.zip |
Fix spelling in API docs
[ci skip]
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r-- | actionview/lib/action_view/helpers/cache_helper.rb | 2 |
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 %> |