浏览代码

Wording.

Co-authored-by: Maciej <jodator@jodator.net>
Kamil Piechaczek 5 年之前
父节点
当前提交
929409f28f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-link/src/linkediting.js

+ 1 - 1
packages/ckeditor5-link/src/linkediting.js

@@ -444,7 +444,7 @@ export default class LinkEditing extends Plugin {
 	 * the {@link module:typing/twostepcaretmovement~TwoStepCaretMovement} plugin is active and
 	 * the selection has the "linkHref" attribute due to overriden gravity (at the end), the `linkHref` attribute should stay untouched.
 	 *
-	 * The purpose of this action is to allow removing the link label and keep the selection outside the link.
+	 * The purpose of this action is to allow removing the link text and keep the selection outside the link.
 	 *
 	 * See https://github.com/ckeditor/ckeditor5/issues/7521.
 	 *