8
0
Marek Lewandowski 6 лет назад
Родитель
Сommit
955a6e2b20
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-widget/src/resizecontext.js

+ 1 - 1
packages/ckeditor5-widget/src/resizecontext.js

@@ -97,7 +97,7 @@ export default class ResizeContext {
 		 */
 
 		/**
-		 * Position of a handler that has initiated the resizing. E.g. `"top-left"`, `"bottom-right"` etc or `null`
+		 * Direction towards which the widget is being resized, e.g. `"top-left"`, `"bottom-right"` etc or `null`
 		 * if not active.
 		 *
 		 * @readonly