8
0
Piotrek Koszuliński 9 лет назад
Родитель
Сommit
a725d5c862
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      packages/ckeditor5-link/src/link.js
  2. 1 1
      packages/ckeditor5-link/src/linkengine.js

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

@@ -22,7 +22,7 @@ import LinkFormView from './ui/linkformview.js';
  * It uses the {@link link.LinkEngine link engine feature}.
  * It uses the {@link link.LinkEngine link engine feature}.
  *
  *
  * @memberOf link
  * @memberOf link
- * @extends core.Feature
+ * @extends core.Plugin
  */
  */
 export default class Link extends Plugin {
 export default class Link extends Plugin {
 	/**
 	/**

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

@@ -16,7 +16,7 @@ import UnlinkCommand from './unlinkcommand.js';
  * It introduces the `linkHref="url"` attribute in the model which renders to the view as a `<a href="url">` element.
  * It introduces the `linkHref="url"` attribute in the model which renders to the view as a `<a href="url">` element.
  *
  *
  * @memberOf link
  * @memberOf link
- * @extends core.Feature
+ * @extends core.Plugin
  */
  */
 export default class LinkEngine extends Plugin {
 export default class LinkEngine extends Plugin {
 	/**
 	/**