소스 검색

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