瀏覽代碼

Typo fix (skip ci).

Maciej Gołaszewski 5 年之前
父節點
當前提交
06b637b0c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}