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