Skip to content

Commit e9aef8c

Browse files
committed
Fix typo in comment
1 parent 0790ec0 commit e9aef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apollo-server-integration-testsuite/src/ApolloServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export function testApolloServer<AS extends ApolloServerBase>(
609609
]);
610610

611611
// The bug in 4170 (linked above) was occurring because of a failure
612-
// to the context in `executeOperation`, in the same way that occurs
612+
// to clone context in `executeOperation` in the same way that occurs
613613
// in `runHttpQuery` prior to entering the request pipeline. That
614614
// resulted in the inability to attach a symbol to the context because
615615
// the symbol already existed on the context. Of course, a context

0 commit comments

Comments
 (0)