Skip to content

Commit

Permalink
Update extension.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sachs authored Feb 5, 2024
1 parent 81e43d6 commit 2745342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function activate(context: vscode.ExtensionContext) {
`This version of vscode-buf requires at least version ${format(
minimumVersion
)} of buf.
You are current on version ${format(binaryVersion)}.`,
You are currently on version ${format(binaryVersion)}.`,
"Go to download page"
)
.then((selection: string | undefined) => {
Expand Down

0 comments on commit 2745342

Please sign in to comment.