Sfoglia il codice sorgente

Typo fix (skip ci).

Maciej Gołaszewski 5 anni fa
parent
commit
06b637b0c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-table/src/tablewalker.js

+ 1 - 1
packages/ckeditor5-table/src/tablewalker.js

@@ -486,7 +486,7 @@ class TableSlot {
 	}
 
 	/**
-	 * The widht of a cell defined by a `colspan` attribute. If the model attribute is not present, it is set to `1`.
+	 * The width of a cell defined by a `colspan` attribute. If the model attribute is not present, it is set to `1`.
 	 *
 	 * @readonly
 	 * @returns {Number}