diff options
author | jefersonf <jeferson.silva> | 2021-10-30 14:13:14 -0300 |
---|---|---|
committer | jefersonf <jeferson.silva> | 2021-10-30 14:13:14 -0300 |
commit | 5eb25f628dcaed93b032ba079e5262fed92de9ed (patch) | |
tree | fd3a6eb26f2fbbaa3eede27f411d38c997a758b8 /locale/en-us/script.lua | |
parent | f0c5bbeb62794116b6517be51efa6054254076eb (diff) | |
download | lua-language-server-5eb25f628dcaed93b032ba079e5262fed92de9ed.zip |
fix typo dose -> does
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index fde50ae9..e75bbcca 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -54,7 +54,7 @@ DIAG_UNDEFINED_DOC_NAME = 'Undefined type or alias `{}`.' DIAG_UNDEFINED_DOC_PARAM = 'Undefined param `{}`.' DIAG_UNKNOWN_DIAG_CODE = 'Unknown diagnostic code `{}`.' -MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...' +MWS_NOT_SUPPORT = '{} does not support multi workspace for now, I may need to restart to support the new workspace ...' MWS_RESTART = 'Restart' MWS_NOT_COMPLETE = 'Workspace is not complete yet. You may try again later...' MWS_COMPLETE = 'Workspace is complete now. You may try again...' |