Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a1ba186

Browse files
authoredDec 18, 2019
Merge pull request #277 from coreygirard/master
Fix typo
2 parents 8245cb5 + 3deec9f commit a1ba186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"messageFormat": {
4242
"type": "string",
4343
"default": "%i %m",
44-
"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).",
44+
"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).",
4545
"order": 2
4646
},
4747
"disableTimeout": {

0 commit comments

Comments
 (0)
This repository has been archived.