Skip to content

Commit

Permalink
typo: Add missing "y" to "currentl".
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Mar 27, 2020
1 parent a6189b3 commit 8399a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-gateway/src/executeQueryPlan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function executeQueryPlan<TContext>(
},
rootValue: data,
variableValues: requestContext.request.variables,
// FIXME: GraphQL extensions currentl wraps every field and creates
// FIXME: GraphQL extensions currently wraps every field and creates
// a field resolver. Because of this, when using with ApolloServer
// the defaultFieldResolver isn't called. We keep this here
// because it is the correct solution and when ApolloServer removes
Expand Down

0 comments on commit 8399a56

Please sign in to comment.