Skip to content

Commit 77ab279

Browse files
committed
fix: patch error message typo
1 parent 8f52e40 commit 77ab279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const preflightCheckCoderInstalled = () => {
3939
which("coder", (err: any) => {
4040
if (err) {
4141
vscode.window.showErrorMessage(
42-
`"coder" CLI not found in $PATH. Please following install and authentication instructions here: https://coder.com/docs/cli/installation`,
42+
`"coder" CLI not found in $PATH. Please follow the install and authentication instructions here: https://coder.com/docs/cli/installation`,
4343
"Dismiss",
4444
)
4545
}

0 commit comments

Comments
 (0)