From 9e2e083a3d2555fcf6c137b99468f316ffdcef14 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Thu, 16 Feb 2017 13:04:10 -0800 Subject: [PATCH] Fix typo in comment --- src/error/GraphQLError.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error/GraphQLError.js b/src/error/GraphQLError.js index c335ab7f020..e7583d649f5 100644 --- a/src/error/GraphQLError.js +++ b/src/error/GraphQLError.js @@ -81,7 +81,7 @@ export function GraphQLError( // eslint-disable-line no-redeclare Object.defineProperty(this, 'message', { value: message, // By being enumerable, JSON.stringify will include `message` in the - // resulting output. This ensures that the simplist possible GraphQL + // resulting output. This ensures that the simplest possible GraphQL // service adheres to the spec. enumerable: true, writable: true