소스 검색

Minor fixes.

Grzegorz Pabian 10 년 전
부모
커밋
879a63149b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/src/config.js

+ 1 - 1
packages/ckeditor5-ui/src/config.js

@@ -137,7 +137,7 @@ CKEDITOR.define( [ 'ckeditor', 'mvc/model', 'utils' ], function( CKEDITOR, Model
 			var source = this;
 			//jscs:enable
 
-			// The configuration name should be split into parts if it has dots. E.g: `resize.width`.
+			// The configuration name should be split into parts if it has dots. E.g. `resize.width` -> [`resize`, `width`]
 			var parts = name.toLowerCase().split( '.' );
 
 			// Take the name of the configuration from the parts. E.g. `resize.width` -> `width`