Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fixed config option docstr. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Oct 20, 2017
1 parent 64161ef commit 063c0b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/cloudservicesuploadadapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ CloudServicesUploadAdapter._UploadGateway = UploadGateway;
* ClassicEditor
* .create( editorElement, {
* cloudServices: {
* token: '...',
* uploadUrl: 'https://files.cke-cs.com/upload/'
* token: '...'
* }
* } )
* .then( ... )
Expand All @@ -117,7 +116,7 @@ CloudServicesUploadAdapter._UploadGateway = UploadGateway;
/**
* The URL to which the files should be uploaded.
*
* @member {String} module:easy-image/cloudservicesuploadadapter~CloudServicesAdapterConfig#uploadUrl
* @member {String} [module:easy-image/cloudservicesuploadadapter~CloudServicesAdapterConfig#uploadUrl='https://files.cke-cs.com/upload/']
*/

/**
Expand Down

0 comments on commit 063c0b7

Please sign in to comment.