未验证 提交 66227972 编写于 作者: D Daniel Schildt 提交者: GitHub

fix: spelling mistake correction

- Correct spelling mistake in `commonEditorConfig.ts` file
  - Change word from `mulitiplier` to `multiplier`

Note:
- Potentially affects "Get Started - User and Workspace Settings"
  https://code.visualstudio.com/docs/getstarted/settings
  page's listing of the default editor config parameters,
  as those still include the (probably) generated mispelling.
上级 8802050f
......@@ -460,7 +460,7 @@ const editorConfiguration: IConfigurationNode = {
'editor.fastScrollSensitivity': {
'type': 'number',
'default': EDITOR_DEFAULTS.viewInfo.scrollbar.fastScrollSensitivity,
'markdownDescription': nls.localize('fastScrollSensitivity', "Scrolling speed mulitiplier when pressing `Alt`.")
'markdownDescription': nls.localize('fastScrollSensitivity', "Scrolling speed multiplier when pressing `Alt`.")
},
'editor.multiCursorModifier': {
'type': 'string',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册