We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613526d commit fb9b93cCopy full SHA for fb9b93c
lib/graphql/rubocop/graphql/base_cop.rb
@@ -9,7 +9,7 @@ class BaseCop < RuboCop::Cop::Base
9
10
# Return the source of `send_node`, but without the keyword argument represented by `pair_node`
11
def source_without_keyword_argument(send_node, pair_node)
12
- # work back to the preceeding comma
+ # work back to the preceding comma
13
first_pos = pair_node.location.expression.begin_pos
14
end_pos = pair_node.location.expression.end_pos
15
node_source = send_node.source_range.source
0 commit comments