瀏覽代碼

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