Skip to content

Commit 5752e10

Browse files
authored
typo
1 parent 34c2736 commit 5752e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite-cloud/quick-start-apollo-graphql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const resolvers = {
139139
};
140140
```
141141

142-
- Lastly, pass the GraphQLL type definitions and resolvers into a new ApolloServer instance, and start the server.
142+
- Lastly, pass the GraphQL type definitions and resolvers into a new ApolloServer instance, and start the server.
143143
```js
144144
const server = new ApolloServer({ typeDefs, resolvers });
145145

0 commit comments

Comments
 (0)