Переглянути джерело

Docs: Minor fix. [skip ci]

Piotrek Koszuliński 7 роки тому
батько
коміт
4f17a85630
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      packages/ckeditor5-highlight/src/highlightediting.js

+ 1 - 1
packages/ckeditor5-highlight/src/highlightediting.js

@@ -14,7 +14,7 @@ import HighlightCommand from './highlightcommand';
 /**
  * The highlight editing feature. It introduces the {@link module:highlight/highlightcommand~HighlightCommand command} and the `highlight`
  * attribute in the {@link module:engine/model/model~Model model} which renders in the {@link module:engine/view/view view}
- * as a `<mark>` element with the class attribute (`<span class="marker-green">...</span>`) depending
+ * as a `<mark>` element with the class attribute (`<mark class="marker-green">...</mark>`) depending
  * on the {@link module:highlight/highlight~HighlightConfig configuration}.
  *
  * @extends module:core/plugin~Plugin