From 7b25633981cd37fbc8f835aa6b158b4a6987913e Mon Sep 17 00:00:00 2001 From: Nick Raienko Date: Thu, 9 Jul 2015 07:00:57 +0300 Subject: [PATCH] Fix typo in in starWarsSchema --- src/__tests__/starWarsSchema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/starWarsSchema.js b/src/__tests__/starWarsSchema.js index 0831aeb268..cff4cab45f 100644 --- a/src/__tests__/starWarsSchema.js +++ b/src/__tests__/starWarsSchema.js @@ -256,7 +256,7 @@ var queryType = new GraphQLObjectType({ /** * Finally, we construct our schema (whose starting query type is the query - * type we defined above, and export it. + * type we defined above) and export it. */ export var StarWarsSchema = new GraphQLSchema({ query: queryType