diff --git a/package.json b/package.json index 70e23e9..4aed6a6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "messageFormat": { "type": "string", "default": "%i %m", - "description": "Format for Pylint messages where %m is the message, %i is the numeric mesasge ID (e.g. W0613) and %s is the human-readable message ID (e.g. unused-argument).", + "description": "Format for Pylint messages where %m is the message, %i is the numeric message ID (e.g. W0613) and %s is the human-readable message ID (e.g. unused-argument).", "order": 2 }, "disableTimeout": {