summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locale/en-us/setting.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 6abc5734..470bb21b 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -102,7 +102,7 @@ config.intelliSense.searchDepth = 'Set the search depth for IntelliSens
config.intelliSense.fastGlobal = 'In the global variable completion, and view `_G` suspension prompt. This will slightly reduce the accuracy of type speculation, but it will have a significant performance improvement for projects that use a lot of global variables.'
config.window.statusBar = 'Show extension status in status bar.'
config.window.progressBar = 'Show progress bar in status bar.'
-config.hint.enable = 'Enabel hint.'
+config.hint.enable = 'Enable inlay hint.'
config.hint.paramType = 'Show type hints at the parameter of the function.'
config.hint.setType = 'Show hints of type at assignment operation.'
config.hint.paramName = 'Show hints of parameter name at the function call.'