Skip to content

Commit

Permalink
fix typo makeHaskellSettings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Judro authored Nov 12, 2024
1 parent 5ff597b commit 3c4f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/per-lang/makeHaskellSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default (tab: SettingsTab, containerEl: HTMLElement) => {
await tab.plugin.saveSettings();
}));
new Setting(containerEl)
.setName('Rungch path')
.setName('Runghc path')
.setDesc('The path to your runghc installation.')
.addText(text => text
.setValue(tab.plugin.settings.runghcPath)
Expand Down

0 comments on commit 3c4f564

Please sign in to comment.