Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 241c6b3

Browse files
author
Jimmy Börjesson
authored
Fix typo in prompt (#229)
1 parent c4b450a commit 241c6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/activation/activationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export class LanguageServerExtensionActivationService implements IExtensionActiv
123123
if (this.currentActivator && this.currentActivator.jedi === jedi) {
124124
return
125125
}
126-
const reload = await workspace.showPrompt(`Reload coc server to switching between language engines?`)
126+
const reload = await workspace.showPrompt(`Reload coc server to switch between language engines?`)
127127
if (reload) {
128128
workspace.nvim.command(`CocRestart`, true)
129129
}

0 commit comments

Comments
 (0)