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

Docs: Update src/commands/utils.js

Aleksander Nowodzinski пре 6 година
родитељ
комит
298cdcdca9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-table/src/commands/utils.js

+ 1 - 1
packages/ckeditor5-table/src/commands/utils.js

@@ -61,7 +61,7 @@ export function createEmptyTableCell( writer, insertPosition, attributes = {} )
 /**
  * Returns a string if all four values of box sides are equal.
  *
- * If string is passed it is treated as a single value (pass-through).
+ * If a string is passed, it is treated as a single value (pass-through).
  *
  *		// returns 'foo':
  *		getSingleValue( { top: 'foo', right: 'foo', bottom: 'foo', left: 'foo' } );