Skip to content

Commit 6051d88

Browse files
authored
Merge pull request #1139 from sambostock/fix-re-use
Replace "re-use" with "reuse"
2 parents 5787225 + 58fb9a2 commit 6051d88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/cops_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@ end
25102510
Checks for use of the helper methods which reference
25112511
instance variables.
25122512

2513-
Relying on instance variables makes it difficult to re-use helper
2513+
Relying on instance variables makes it difficult to reuse helper
25142514
methods.
25152515

25162516
If it seems awkward to explicitly pass in each dependent

lib/rubocop/cop/rails/helper_instance_variable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Rails
66
# Checks for use of the helper methods which reference
77
# instance variables.
88
#
9-
# Relying on instance variables makes it difficult to re-use helper
9+
# Relying on instance variables makes it difficult to reuse helper
1010
# methods.
1111
#
1212
# If it seems awkward to explicitly pass in each dependent

0 commit comments

Comments
 (0)