8
0
Piotrek Koszuliński 6 лет назад
Родитель
Сommit
bad928f903
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-image/src/imageupload.js

+ 2 - 2
packages/ckeditor5-image/src/imageupload.js

@@ -75,10 +75,10 @@ export default class ImageUpload extends Plugin {
  *		};
  *		};
  *
  *
  * The type string should match [one of the sub-types](https://www.iana.org/assignments/media-types/media-types.xhtml#image)
  * The type string should match [one of the sub-types](https://www.iana.org/assignments/media-types/media-types.xhtml#image)
- * of the image mime-type. E.g. for the `image/jpeg` mime-type add `'jpeg'` to types array.
+ * of the image mime-type. E.g. for the `image/jpeg` mime-type add `'jpeg'`.
  *
  *
  * **Note:** This setting only restricts some image types to be selected and uploaded through the CKEditor UI and commands. Image type
  * **Note:** This setting only restricts some image types to be selected and uploaded through the CKEditor UI and commands. Image type
- * recognition and filtering should be also implemented on the server that accepts images uploads.
+ * recognition and filtering should be also implemented on the server which accepts image uploads
  *
  *
  * @member {Array.<String>} module:image/imageupload~ImageUploadConfig#types
  * @member {Array.<String>} module:image/imageupload~ImageUploadConfig#types
  * @default [ 'jpeg', 'png', 'gif', 'bmp', 'webp', 'tiff' ]
  * @default [ 'jpeg', 'png', 'gif', 'bmp', 'webp', 'tiff' ]