From 277c18811db72ea9c77bfb51e137bde0e6e97da9 Mon Sep 17 00:00:00 2001 From: matt swanson Date: Sat, 24 Apr 2021 11:51:54 -0400 Subject: [PATCH] Typo --- docs/src/docPages/api/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/api/commands.md b/docs/src/docPages/api/commands.md index a9355d0e..d601c85b 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: