Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: fix for wrong property documentation in HiglightDescriptor.
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkups committed Aug 22, 2017
1 parent 07bcc70 commit 7006279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion/buildmodelconverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export default function buildModelConverter() {
* can handle displaying highlight separately by providing `addHighlight` and `removeHighlight` custom
* properties.
*
* @property {String|Array<String>} class CSS class or array of classes that will be added to `span`
* @property {String|Array.<String>} class CSS class or array of classes that will be added to `span`
* {@link module:engine/view/attributeelement~AttributeElement} wrapping each text node in the highlighted content.
* @property {Number} [priority] {@link module:engine/view/attributeelement~AttributeElement#priority} of the `span`
* wrapping each text node in the highlighted content. If not provided, default 10 priority will be used.
Expand Down

0 comments on commit 7006279

Please sign in to comment.