Преглед на файлове

Docs: Updated the docs.

Marek Lewandowski преди 6 години
родител
ревизия
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