Procházet zdrojové kódy

Docs: Update src/commands/utils.js

Aleksander Nowodzinski před 6 roky
rodič
revize
298cdcdca9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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' } );