mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Fix typo
This commit is contained in:
parent
6205a12453
commit
b6d217daaa
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ export default class GitHubSyncSettingsTab extends PluginSettingTab {
|
|||
|
||||
new Setting(containerEl)
|
||||
.setName("Show status bar item")
|
||||
.setDesc("Displays the status bar item that show the file synnc status")
|
||||
.setDesc("Displays the status bar item that show the file sync status")
|
||||
.addToggle((toggle) => {
|
||||
toggle
|
||||
.setValue(this.plugin.settings.showStatusBarItem)
|
||||
|
|
|
|||
Loading…
Reference in a new issue