lib/graphql/relay/connection_resolve.rb in graphql-1.9.0.pre1 vs lib/graphql/relay/connection_resolve.rb in graphql-1.9.0.pre2

- old
+ new

@@ -7,10 +7,10 @@ @underlying_resolve = underlying_resolve @max_page_size = field.connection_max_page_size end def call(obj, args, ctx) - # in a lazy ressolve hook, obj is the promise, + # in a lazy resolve hook, obj is the promise, # get the object that the promise was # originally derived from parent = ctx.object nodes = @underlying_resolve.call(obj, args, ctx)