Skip to content

Commit ed48f3d

Browse files
authored
Merge pull request #5336 from vlado/fix_typos_in_complexity_note
Fix typos in complexity cost mode note
2 parents 276e44f + 211a430 commit ed48f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/graphql/analysis/query_complexity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def result
2828
end
2929
when nil
3030
subject.logger.warn <<~GRAPHQL
31-
GraphQL-Ruby's complexity cost system is getting some "breaking fixes" in a future version. See the migration notes at https://graphql-ruby.org/api-docs/#{GraphQL::VERSION}/Schema.html#complexity_cost_cacluation_mode-class_method
31+
GraphQL-Ruby's complexity cost system is getting some "breaking fixes" in a future version. See the migration notes at https://graphql-ruby.org/api-doc/#{GraphQL::VERSION}/GraphQL/Schema.html#complexity_cost_calculation_mode_for-class_method
3232
3333
To opt into the future behavior, configure your schema (#{subject.schema.name ? subject.schema.name : subject.schema.ancestors}) with:
3434

0 commit comments

Comments
 (0)