Skip to content

Commit

Permalink
fix: typo in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Oct 26, 2024
1 parent 661d94c commit 1e6c3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export class ObsidianGitSettingsTab extends PluginSettingTab {
setting = new Setting(containerEl)
.setName("Push on commit-and-sync")
.setDesc(
`Most of the time you want to push after committing. Turning this off turns a commit-and-rync action into commit ${plugin.settings.pullBeforePush ? "and pull " : ""}only. It will rtill be called commit-and-sync.`
`Most of the time you want to push after committing. Turning this off turns a commit-and-sync action into commit ${plugin.settings.pullBeforePush ? "and pull " : ""}only. It will still be called commit-and-sync.`
)
.addToggle((toggle) =>
toggle
Expand Down

0 comments on commit 1e6c3dd

Please sign in to comment.