Ver código fonte

Docs: text corrections for tokenUrl and uploadUrl.

Wiktor Walc 7 anos atrás
pai
commit
a4edc86b50

+ 7 - 5
packages/ckeditor5-cloud-services/src/cloudservices.js

@@ -98,14 +98,15 @@ CloudServices.Token = Token;
  */
 
 /**
- * The URL to a security token endpoint in your application. The role of this endpoint is to securely authorise
+ * The URL to the security token endpoint in your application. The role of this endpoint is to securely authorize the
  * end users of your application to use [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services), only
  * if they should have access e.g. to upload files with Easy Image.
  *
- * You can find more information about token endpoints in {@glink @cs guides/quick-start#create-token-endpoint Cloud Services - Quick start}
+ * You can find more information about token endpoints in the
+ * {@glink @cs guides/quick-start#create-token-endpoint Cloud Services - Quick start}
  * and {@glink @cs guides/token-endpoints/tokenendpoint Cloud Services - Creating token endpoint} documentation.
  *
- * Without properly working token endpoint (token URL) CKEditor plugins will not be able to connect to CKEditor Cloud Services.
+ * Without a properly working token endpoint (token URL) CKEditor plugins will not be able to connect to CKEditor Cloud Services.
  *
  * @member {String} module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl
  */
@@ -114,10 +115,11 @@ CloudServices.Token = Token;
  * The endpoint URL for [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services) uploads.
  * This option must be set for Easy Image to work correctly.
  *
- * The upload URL is unique for each customer and can be found in the [CKEditor Ecosystem dashboard](https://dashboard.ckeditor.com) after subscribing to Easy Image service.
+ * The upload URL is unique for each customer and can be found in the [CKEditor Ecosystem dashboard](https://dashboard.ckeditor.com)
+ * after subscribing to Easy Image service.
  * To learn how to start using Easy Image check {@glink @cs guides/quick-start Cloud Services - Quick start} documentation.
  *
- * Note: make sure to set also the {@link module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl} configuration option.
+ * Note: Make sure to also set the {@link module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl} configuration option.
  *
  * @member {String} [module:cloudservices/cloudservices~CloudServicesConfig#uploadUrl]
  */