Skip to content

Commit 21c212c

Browse files
Fix Checkmarx spelling (AST-95926) (#1128)
* Adds error handling for file not found in workspace * Fixes typo in authentication message * Update webViewCommand.ts --------- Co-authored-by: galactica <[email protected]>
1 parent 6ae0279 commit 21c212c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/riskManagementView/riskManagementView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class riskManagementView implements vscode.WebviewViewProvider {
8383
if (!(await this.isAuthenticated())) {
8484
this.showMessage(
8585
styleUri,
86-
"Authentication to Chrckmarx One is required in order to get ASPM results"
86+
"Authentication to Checkmarx One is required in order to get ASPM results"
8787
);
8888
return;
8989
}

0 commit comments

Comments
 (0)