From e9ae0f28d11d2fdfc5abd5048c85acf70de21592 Mon Sep 17 00:00:00 2001 From: Mihai Crisan <61682879+crisanmm@users.noreply.github.com> Date: Sat, 9 Jul 2022 21:19:54 +0300 Subject: [PATCH] fix: "without going through" typo (#6661) --- packages/apollo-server-core/src/ApolloServer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apollo-server-core/src/ApolloServer.ts b/packages/apollo-server-core/src/ApolloServer.ts index 871c76127dc..8e9daefa51b 100644 --- a/packages/apollo-server-core/src/ApolloServer.ts +++ b/packages/apollo-server-core/src/ApolloServer.ts @@ -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