diff --git a/packages/core/src/ui/InlineToolbar/index.ts b/packages/core/src/ui/InlineToolbar/index.ts index 4bdcc47..5ddf98a 100644 --- a/packages/core/src/ui/InlineToolbar/index.ts +++ b/packages/core/src/ui/InlineToolbar/index.ts @@ -167,7 +167,7 @@ export class InlineToolbar { }); /** - * Do not render toolbar data former if element with options is null + * Do not render actions if element with options is null * It means, that tool does not need any data, and callback will be triggered in adapter */ if (elementWithOptions === null) { diff --git a/packages/dom-adapters/src/FormattingAdapter/index.ts b/packages/dom-adapters/src/FormattingAdapter/index.ts index 94bce03..08fc4b3 100644 --- a/packages/dom-adapters/src/FormattingAdapter/index.ts +++ b/packages/dom-adapters/src/FormattingAdapter/index.ts @@ -87,7 +87,7 @@ export class FormattingAdapter { } /** - * Format content of the contenteditable element + * Allows to render formatting inside a passed input * * @param input - input element to apply format to * @param inlineFragment - instance that contains index, toolName and toolData