Skip to content

Commit

Permalink
fix: "without going through" typo (#6661)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisanmm committed Jul 9, 2022
1 parent 789006d commit e9ae0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apollo-server-core/src/ApolloServer.ts
Expand Up @@ -967,8 +967,8 @@ export class ApolloServerBase<

/**
* This method is primarily meant for testing: it allows you to execute a
* GraphQL operation via the request pipeline without going through without
* going through the HTTP layer. Note that this means that any handling you do
* GraphQL operation via the request pipeline without going through the HTTP layer.
* Note that this means that any handling you do
* in your server at the HTTP level will not affect this call!
*
* For convenience, you can provide `request.query` either as a string or a
Expand Down

0 comments on commit e9ae0f2

Please sign in to comment.