From 7c3ef7f3ad370b5b5566eabfe1e5168624399b1d Mon Sep 17 00:00:00 2001 From: Reindert <16726304+reindert-vetter@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:08:53 +0200 Subject: [PATCH] Update tools-inline.md --- docs/tools-inline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools-inline.md b/docs/tools-inline.md index 6cc6064c..83826e23 100644 --- a/docs/tools-inline.md +++ b/docs/tools-inline.md @@ -149,7 +149,7 @@ export default class BoldInlineTool implements InlineTool { ### Using the inline tool -To use the tool, you must register it in your config object under `tools`. Then you can use it in per block type. +To use the tool, you must register it in your config object under `tools`. Then you can use it in inlineToolbar. ```json {