From 8038ea9f941616d4dcdd246a70d46e9f3bf2fd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 12 Aug 2020 10:32:34 +0200 Subject: [PATCH] wording --- docs/src/docPages/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/configuration.md b/docs/src/docPages/configuration.md index 09fd47ec..6cf1d117 100644 --- a/docs/src/docPages/configuration.md +++ b/docs/src/docPages/configuration.md @@ -8,7 +8,7 @@ Let’s start to add your first button to the editor. -Once initiated the editor has a powerful API. So called commands allow you to modify the text. In this example `this.editor.commands.bold` marks the selected text bold. There a ton of other commands (see the [list of available commands](/commands/)) and you can even chain them to do multiple things at once. +Once initiated the editor has a powerful API. So called commands allow you to modify the text. In this example `this.editor.bold` marks the selected text bold. There a ton of other commands (see the [list of available commands](/commands/)) and you can even chain them to do multiple things at once. For most use cases you want to