Skip to content

Commit

Permalink
docs: fix incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Oct 23, 2024
1 parent db71d85 commit 3689272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/visual-editor/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ApiLink from "../components/ApiLink.vue";

# Commands

Commands are an abstraction to allow for extension of actions in Baklava. You can do everything related to commands using the <ApiLink type="interfaces" module="@baklavajs/renderer-vue" name="ICommandHandler"><code>useBaklava</code></ApiLink>
Commands are an abstraction to allow for extension of actions in Baklava. You can do everything related to commands using the <ApiLink type="interfaces" module="@baklavajs/renderer-vue" name="ICommandHandler"><code>commandHandler</code></ApiLink>

## Executing existing commands

Expand Down

0 comments on commit 3689272

Please sign in to comment.