diff --git a/docs/src/docPages/api/commands.md b/docs/src/docPages/api/commands.md index a9355d0e0a..d601c85b69 100644 --- a/docs/src/docPages/api/commands.md +++ b/docs/src/docPages/api/commands.md @@ -3,7 +3,7 @@ ## toc ## Introduction -The editor provides a ton of commands to programmtically add or change content or alter the selection. If you want to build your own editor you definitely want to learn more about them. +The editor provides a ton of commands to programmatically add or change content or alter the selection. If you want to build your own editor you definitely want to learn more about them. ## Execute a command All available commands are accessible through an editor instance. Let’s say you want to make text bold when a user clicks on a button. That’s how that would look like: