Skip to content

Commit 6b3a0d0

Browse files
committed
fix #901
1 parent 141f5d9 commit 6b3a0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en-us/setting.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ config.intelliSense.searchDepth = 'Set the search depth for IntelliSens
102102
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.'
103103
config.window.statusBar = 'Show extension status in status bar.'
104104
config.window.progressBar = 'Show progress bar in status bar.'
105-
config.hint.enable = 'Enabel hint.'
105+
config.hint.enable = 'Enable inlay hint.'
106106
config.hint.paramType = 'Show type hints at the parameter of the function.'
107107
config.hint.setType = 'Show hints of type at assignment operation.'
108108
config.hint.paramName = 'Show hints of parameter name at the function call.'

0 commit comments

Comments
 (0)