mirror of
https://github.com/calfmoon/node-factor.git
synced 2026-07-22 05:42:24 +00:00
Fixed typos in settings panel
This commit is contained in:
parent
7886168d88
commit
713d54aeda
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ export default class NodeFactorSettingTab extends PluginSettingTab {
|
|||
|
||||
new Setting(containerEl)
|
||||
.setName("Forward link weight multiplier")
|
||||
.setDesc("Multiplier for forward links weight (0 to diable).")
|
||||
.setDesc("Multiplier for forward links weight (0 to disable).")
|
||||
.addSlider((slider) =>
|
||||
slider
|
||||
.setLimits(0, 20, 1)
|
||||
|
|
@ -42,7 +42,7 @@ export default class NodeFactorSettingTab extends PluginSettingTab {
|
|||
|
||||
new Setting(containerEl)
|
||||
.setName("Backward link weight multiplier")
|
||||
.setDesc("Multiplier for backward links weight (0 to diable).")
|
||||
.setDesc("Multiplier for backward links weight (0 to disable).")
|
||||
.addSlider((slider) =>
|
||||
slider
|
||||
.setLimits(0, 20, 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue