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

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

@@ -96,8 +96,13 @@ CloudServices.Token = Token;
  */
 
 /**
- * The authentication token URL for CKEditor Cloud Services. The token is used to authenticate all plugins using Cloud Services,
- * for instance Easy Image. The token URL has to point to the service where the token is generated.
+ * The authentication token endpoint URL for CKEditor Cloud Services.
+ * The token endpoint is used to authenticate all plugins using Cloud Services (for instance – Easy Image).
+ * The token URL has to point to the service where the token is generated.
+ *
+ * You can read about creating token endpoints in the
+ * {@glink @cs guides/tokenendpoint Creating token endpoint} guide
+ * in {@glink @cs index Cloud Services documentation}.
  *
  *		ClassicEditor
  *			.create( document.querySelector( '#editor' ), {