Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Oct 5, 2023
1 parent 5787225 commit 58fb9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,7 @@ end
Checks for use of the helper methods which reference
instance variables.

Relying on instance variables makes it difficult to re-use helper
Relying on instance variables makes it difficult to reuse helper
methods.

If it seems awkward to explicitly pass in each dependent
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/cop/rails/helper_instance_variable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Rails
# Checks for use of the helper methods which reference
# instance variables.
#
# Relying on instance variables makes it difficult to re-use helper
# Relying on instance variables makes it difficult to reuse helper
# methods.
#
# If it seems awkward to explicitly pass in each dependent
Expand Down

0 comments on commit 58fb9a2

Please sign in to comment.