diff --git a/src/extension/extension.ts b/src/extension/extension.ts index 4b9a5e10c..e94f649f1 100644 --- a/src/extension/extension.ts +++ b/src/extension/extension.ts @@ -331,7 +331,7 @@ export class RunmeExtension { context.subscriptions.push(new StatefulAuthProvider(context, uriHandler)) const session = await getPlatformAuthSession(true) if (session) { - const openDashboardStr = 'Open Dahsboard' + const openDashboardStr = 'Open Dashboard' const answer = await window.showInformationMessage( 'Logged into the Stateful Platform', openDashboardStr,