Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent authored and tcr committed Mar 20, 2017
1 parent 11f3631 commit 9e2e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/GraphQLError.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2e083

Please sign in to comment.