Selaa lähdekoodia

Docs: Updated the docs.

Marek Lewandowski 6 vuotta sitten
vanhempi
sitoutus
955a6e2b20
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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