From ce9a85b27a09edecf12a8a5470a39297480e79de Mon Sep 17 00:00:00 2001 From: Joshua Feingold Date: Tue, 29 Aug 2023 15:57:45 -0500 Subject: [PATCH] Fixed typo in display name. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36a8684..e2ae2f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-code-analyzer-vscode", - "displayName": "Salesforce Code Analyzer VS code Extension", + "displayName": "Salesforce Code Analyzer VS Code Extension", "description": "Salesforce Code Analyzer is a unified tool for source code analysis. Run Code Analyzer to scan multiple languages in your code and add diagnostic info to your code that describes the violations.", "bugs": { "url": "https://github.com/forcedotcom/sfdx-code-analyzer-vscode/issues"