Преглед изворни кода

Add missing link to line style CSS value.

Maciej Gołaszewski пре 6 година
родитељ
комит
a193cc19d0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-engine/src/view/styles/utils.js

+ 1 - 1
packages/ckeditor5-engine/src/view/styles/utils.js

@@ -22,7 +22,7 @@ export function isColor( string ) {
 const lineStyleValues = [ 'none', 'hidden', 'dotted', 'dashed', 'solid', 'double', 'groove', 'ridge', 'inset', 'outset' ];
 const lineStyleValues = [ 'none', 'hidden', 'dotted', 'dashed', 'solid', 'double', 'groove', 'ridge', 'inset', 'outset' ];
 
 
 /**
 /**
- * Checks if string contains line style CSS value.
+ * Checks if string contains [line style](https://developer.mozilla.org/en-US/docs/Web/CSS/border-style) CSS value.
  *
  *
  * @param {String} string
  * @param {String} string
  * @returns {Boolean}
  * @returns {Boolean}