8
0
فهرست منبع

Fix line width lint error in the docs.

Maciej Gołaszewski 6 سال پیش
والد
کامیت
a9aa2bb2c1
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.js

+ 2 - 1
packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.js

@@ -97,7 +97,8 @@ export default class TableCellPropertyCommand extends Command {
 	}
 
 	/**
-	 * Returns a single value for all selected table cells. If the value is the same for all cells, it will be returned (`undefined` otherwise).
+	 * Returns a single value for all selected table cells. If the value is the same for all cells,
+	 * it will be returned (`undefined` otherwise).
 	 *
 	 * @param {Array.<module:engine/model/element~Element>} tableCell
 	 * @returns {*}