浏览代码

Docs: API docs corrected. [skip ci]

Anna Tomanek 8 年之前
父节点
当前提交
bd64f13c3c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      packages/ckeditor5-easy-image/src/cloudservicesuploadadapter.js

+ 4 - 4
packages/ckeditor5-easy-image/src/cloudservicesuploadadapter.js

@@ -14,7 +14,7 @@ import UploadGateway from '@ckeditor/ckeditor-cloudservices-core/src/uploadgatew
 /**
  * A plugin which enables upload to Cloud Services.
  *
- * Used mainly by the {@link module:easy-image/easyimage~EasyImage} feature.
+ * It is mainly used by the {@link module:easy-image/easyimage~EasyImage} feature.
  *
  * After enabling this adapter you need to configure the Cloud Services integration through
  * {@link module:easy-image/cloudservicesuploadadapter~CloudServicesAdapterConfig `config.cloudServices`}.
@@ -86,7 +86,7 @@ CloudServicesUploadAdapter._UploadGateway = UploadGateway;
 /**
  * The configuration of the {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter Cloud Services upload adapter}.
  *
- * Used mainly by the {@link module:easy-image/easyimage~EasyImage} feature.
+ * It is used mainly by the {@link module:easy-image/easyimage~EasyImage} feature.
  *
  * Read more in {@link module:easy-image/cloudservicesuploadadapter~CloudServicesAdapterConfig}.
  *
@@ -97,7 +97,7 @@ CloudServicesUploadAdapter._UploadGateway = UploadGateway;
 /**
  * The configuration of the {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter Cloud Services upload adapter}.
  *
- * Used mainly by the {@link module:easy-image/easyimage~EasyImage} feature.
+ * It is used mainly by the {@link module:easy-image/easyimage~EasyImage} feature.
  *
  *		ClassicEditor
  *			.create( editorElement, {
@@ -115,7 +115,7 @@ CloudServicesUploadAdapter._UploadGateway = UploadGateway;
  */
 
 /**
- * The URL to which files should be uploaded.
+ * The URL to which the files should be uploaded.
  *
  * @member {String} module:easy-image/cloudservicesuploadadapter~CloudServicesAdapterConfig#uploadUrl
  */