Skip to content

Commit cabdb21

Browse files
committed
change api key error instructions
1 parent 56b4d07 commit cabdb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/wakatime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ EOF
337337
endif
338338

339339
if !found_api_key
340-
echoerr '[WakaTime] Missing api key. Type the Vim command :WakaTimeApiKey to complete the setup. Find your api key at https://wakatime.com/api-key'
340+
echoerr '[WakaTime] Type the Vim command :WakaTimeApiKey to enter your WakaTime API Key. Find yours at https://wakatime.com/api-key'
341341
endif
342342

343343
let s:config_file_already_setup = s:true

0 commit comments

Comments
 (0)