Fix extra word

This commit is contained in:
Matt Bierner 2018-05-31 17:22:36 -07:00
parent 857db02b2c
commit 22789e6b0e

View file

@ -11,11 +11,11 @@
"description": "Contributed TypeScript server plugins.",
"items": {
"type": "object",
"description": "TypeScript server plugin.typescriptServerPlugins",
"description": "TypeScript server plugin.",
"properties": {
"name": {
"type": "string",
"description": "The name of the plugin as listed in the package.json."
"description": "Name of the plugin as listed in the package.json."
}
}
}