Skip to content

Commit 7b25633

Browse files
committed
Fix typo in in starWarsSchema
1 parent 3df7788 commit 7b25633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/starWarsSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ var queryType = new GraphQLObjectType({
256256

257257
/**
258258
* Finally, we construct our schema (whose starting query type is the query
259-
* type we defined above, and export it.
259+
* type we defined above) and export it.
260260
*/
261261
export var StarWarsSchema = new GraphQLSchema({
262262
query: queryType

0 commit comments

Comments
 (0)