Procházet zdrojové kódy

Typo fix (skip ci).

Maciej Gołaszewski před 5 roky
rodič
revize
06b637b0c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}