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

Commit

Permalink
Docs, docs, docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jan 16, 2020
1 parent 709bbb2 commit 589fb34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/view/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export default class Element extends Node {
*
* **Note**: This method can work with normalized style names if
* {@link module:engine/view/document~Document#addStyleProcessorRules a particular style processor rule is enabled}.
* See {@link module:engine/view/stylesmap~StylesMap#get `StylesMap#get()`} for details.
* See {@link module:engine/view/stylesmap~StylesMap#getAsString `StylesMap#getAsString()`} for details.
*
* For an element with style set to `'margin:1px'`:
*
Expand Down Expand Up @@ -755,7 +755,7 @@ export default class Element extends Node {
* position: 'fixed'
* } );
*
**Note**: This method can work with normalized style names if
* **Note**: This method can work with normalized style names if
* {@link module:engine/view/document~Document#addStyleProcessorRules a particular style processor rule is enabled}.
* See {@link module:engine/view/stylesmap~StylesMap#set `StylesMap#set()`} for details.
*
Expand All @@ -777,7 +777,7 @@ export default class Element extends Node {
* element._removeStyle( 'color' ); // Removes 'color' style.
* element._removeStyle( [ 'color', 'border-top' ] ); // Removes both 'color' and 'border-top' styles.
*
**Note**: This method can work with normalized style names if
* **Note**: This method can work with normalized style names if
* {@link module:engine/view/document~Document#addStyleProcessorRules a particular style processor rule is enabled}.
* See {@link module:engine/view/stylesmap~StylesMap#remove `StylesMap#remove()`} for details.
*
Expand Down

0 comments on commit 589fb34

Please sign in to comment.