Skip to content

Commit fb9b93c

Browse files
committed
preceeding ==> preceding
1 parent 613526d commit fb9b93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/rubocop/graphql/base_cop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class BaseCop < RuboCop::Cop::Base
99

1010
# Return the source of `send_node`, but without the keyword argument represented by `pair_node`
1111
def source_without_keyword_argument(send_node, pair_node)
12-
# work back to the preceeding comma
12+
# work back to the preceding comma
1313
first_pos = pair_node.location.expression.begin_pos
1414
end_pos = pair_node.location.expression.end_pos
1515
node_source = send_node.source_range.source

0 commit comments

Comments
 (0)