Skip to content

Commit

Permalink
style!: rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
acidghost committed Jun 5, 2024
1 parent eb6e3f3 commit b063f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class ChecklistProgressPlugin extends Plugin {
this.addSettingTab(new ChecklistProgressSettingsTab(this.app, this));

this.addCommand({
id: "todo-prog-update",
id: "update",
name: "update",
editorCallback(ed: Editor) {
let idx = 0;
Expand Down

0 comments on commit b063f2a

Please sign in to comment.