Fixed very minor typo in messages.js.

This commit is contained in:
Niklas Silfverström 2015-06-14 08:06:55 +02:00
parent 708879ff1b
commit dd52c6a687

View File

@ -10,7 +10,7 @@ export const MESSAGES = {
settersInvalidParamLength: "Setters must have exactly one parameter",
settersNoRest: "Setters aren't allowed to have a rest",
noAssignmentsInForHead: "No assignments allowed in for-in/of head",
expectedMemberExpressionOrIdentifier: "Expected type MemeberExpression or Identifier",
expectedMemberExpressionOrIdentifier: "Expected type MemberExpression or Identifier",
invalidParentForThisNode: "We don't know how to handle this node within the current parent - please open an issue",
readOnly: "$1 is read-only",
modulesIllegalExportName: "Illegal export $1",