Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhi committed Apr 19, 2016
1 parent 6a80c43 commit 5a9fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation/rules/FieldsOnCorrectType.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function undefinedFieldMessage(
if (suggestedFields.length > MAX_LENGTH) {
suggestions += `, or ${suggestedFields.length - MAX_LENGTH} other field`;
}
message +=` Did you mean to query ${suggestions}?`;
message += ` Did you mean to query ${suggestions}?`;
}
return message;
}
Expand Down

0 comments on commit 5a9fb1e

Please sign in to comment.