Skip to content

Commit

Permalink
Fix typo Dahsboard to Dashboard (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso authored Aug 1, 2024
1 parent ce1276c commit ef69d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef69d97

Please sign in to comment.