8
0
فهرست منبع

Fixed command links.

Kamil Piechaczek 5 سال پیش
والد
کامیت
0b8f2c6008
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      packages/ckeditor5-html-embed/docs/features/html-embed.md

+ 2 - 1
packages/ckeditor5-html-embed/docs/features/html-embed.md

@@ -43,7 +43,8 @@ ClassicEditor
 
 The {@link module:html-embed/htmlembed~HtmlEmbed} plugin registers:
 * the UI button component (`'htmlEmbed'`),
-* the `'htmlEmbed'` command implemented by {@link module:html-embed/htmlembedcommand~HtmlEmbedCommand}.
+* the `'htmlEmbedUpdate'` command implemented by {@link module:html-embed/htmlembedupdatecommand~HtmlEmbedUpdateCommand}.
+* the `'htmlEmbedInsert'` command implemented by {@link module:html-embed/htmlembedinsertcommand~HtmlEmbedInsertCommand}.
 
 The command can be executed using the {@link module:core/editor/editor~Editor#execute `editor.execute()`} method: