Parcourir la source

Updated config name in docs.

Piotr Jasiun il y a 8 ans
Parent
commit
93d21ee324
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      packages/ckeditor5-cloud-services/src/cloudservices.js

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

@@ -37,12 +37,12 @@ export default class CloudServices extends Plugin {
 
 		if ( !this.tokenUrl ) {
 			/**
-			 * The authentication `cloudServices.token` config is not provided.
+			 * The authentication `cloudServices.tokenUrl` config is not provided.
 			 *
 			 * @error cloudservices-token-endpoint-not-provided
 			 */
 			throw new CKEditorError(
-				'cloudservices-token-endpoint-not-provided: The authentication `cloudServices.token` config is not provided.'
+				'cloudservices-token-endpoint-not-provided: The authentication `cloudServices.tokenUrl` config is not provided.'
 			);
 		}