Update extensions/ql-vscode/package.json

Fix typo
This commit is contained in:
Andrew Eisenberg
2023-04-17 15:39:54 -07:00
committed by GitHub
parent 961f71d8a5
commit 8336df9483

View File

@@ -297,7 +297,7 @@
"codeQL.databaseDownload.allowHttp": {
"type": "boolean",
"default": false,
"description": "Allow databased to be downloaded via HTTP. Warning: enabling this option will allow downloading from insecure servers."
"description": "Allow database to be downloaded via HTTP. Warning: enabling this option will allow downloading from insecure servers."
}
}
},