ソースを参照

Documentation fixes.

Maciej Gołaszewski 7 年 前
コミット
cb6f717be2

+ 1 - 1
packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-options.js

@@ -22,7 +22,7 @@ ClassicEditor
 				resourceType: 'Images'
 			},
 			// eslint-disable-next-line max-len
-			uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
+			uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json'
 		}
 	} )
 	.then( editor => {

+ 1 - 1
packages/ckeditor5-ckfinder/src/ckfinder.js

@@ -59,7 +59,7 @@ export default class CKFinder extends Plugin {
  * 				}
  *			} )
  *			.then( ... )
- 			.catch( ... );
+ *			.catch( ... );
  *
  * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
  *