浏览代码

Docs: Typo in configuration option fixed. [skip ci]

Anna Tomanek 6 年之前
父节点
当前提交
0b738fcf3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ckfinder/docs/features/ckfinder.md

+ 1 - 1
packages/ckeditor5-ckfinder/docs/features/ckfinder.md

@@ -161,7 +161,7 @@ The allowed file types that can be uploaded need to be configured in two places:
 
 #### Client-side configuration
 
-Use the {@link module:image/imageupload~ImageUploadConfig#types `image.upload.type`} configuration option to define the allowed image MIME types that can be uploaded to CKEditor 5.
+Use the {@link module:image/imageupload~ImageUploadConfig#types `image.upload.types`} configuration option to define the allowed image MIME types that can be uploaded to CKEditor 5.
 
 By default, users are allowed to upload `jpeg`, `png`, `gif`, `bmp`, `webp` and `tiff` files, but you can customize this behavior to accept, for example, SVG files.