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 {