Skip to content

Commit d6f5af5

Browse files
committed
📘 doc: grammar
2 parents 22d54b4 + 73728a6 commit d6f5af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/graphql-yoga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const app = new Elysia()
7474
},
7575
// If context is a function on this doesn't present
7676
// for some reason it won't infer context type
77-
useContext(_) {}
77+
useContext(_) {},
7878
resolvers: {
7979
Query: {
8080
hi: async (parent, args, context) => context.name

0 commit comments

Comments
 (0)