Merge pull request #1183 from actions/nickfyson-patch-1

correct typo in msvc.properties.json
This commit is contained in:
Nick Fyson
2021-10-22 09:36:46 +01:00
committed by GitHub
@@ -1,7 +1,7 @@
{ {
"name": "Microsoft C++ Code Analysis", "name": "Microsoft C++ Code Analysis",
"creator": "Microsoft", "creator": "Microsoft",
"description": "Code Analysis with the Microsoft C & C++ Compiler for CMake base projects.", "description": "Code Analysis with the Microsoft C & C++ Compiler for CMake based projects.",
"iconName": "microsoft", "iconName": "microsoft",
"categories": ["Code Scanning", "C", "C++"] "categories": ["Code Scanning", "C", "C++"]
} }