浏览代码

Minor corrections.

Piotrek Koszuliński 7 年之前
父节点
当前提交
9c4eaa4575
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10 10
      packages/ckeditor5-easy-image/docs/features/easy-image.md

+ 10 - 10
packages/ckeditor5-easy-image/docs/features/easy-image.md

@@ -11,11 +11,19 @@ menu-title: Easy Image
 	Check out the {@link features/image-upload general image upload guide} to learn about other ways to upload images into CKEditor 5.
 	Check out the {@link features/image-upload general image upload guide} to learn about other ways to upload images into CKEditor 5.
 </info-box>
 </info-box>
 
 
+### Demo
+
+The demo below uses the {@link builds/guides/overview#classic-editor Classic editor} configured to use the Easy Image service provided by CKEditor Cloud Services:
+
+{@snippet build-classic-source}
+
+{@snippet features/easy-image}
+
 ## Configuration
 ## Configuration
 
 
 To make enabling image upload in CKEditor 5 a breeze, by default all builds include the {@link module:easy-image/easyimage~EasyImage `EasyImage` plugin}, which integrates with the Easy Image service provided by [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/). Enabling it is straightforward and the results are immediate:
 To make enabling image upload in CKEditor 5 a breeze, by default all builds include the {@link module:easy-image/easyimage~EasyImage `EasyImage` plugin}, which integrates with the Easy Image service provided by [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/). Enabling it is straightforward and the results are immediate:
 
 
-1. Follow {@link @cs guides/easy-image/quick-start Easy Image - Quick start} guide to setup an account.
+1. Follow {@link @cs guides/easy-image/quick-start Easy Image &mdash; Quick start} guide to setup an account.
 2. Configure CKEditor (see {@link module:cloud-services/cloudservices~CloudServicesConfig `CloudServicesConfig`}):
 2. Configure CKEditor (see {@link module:cloud-services/cloudservices~CloudServicesConfig `CloudServicesConfig`}):
 
 
 	```js
 	```js
@@ -32,15 +40,7 @@ To make enabling image upload in CKEditor 5 a breeze, by default all builds incl
 
 
 This is all. At this point, image upload will be automatically enabled in your application.
 This is all. At this point, image upload will be automatically enabled in your application.
 
 
-If you're having troubles in setting up Easy Image, please [contact us](https://ckeditor.com/contact/).
-
-### Demo
-
-The demo below uses the {@link builds/guides/overview#classic-editor Classic editor} configured (like above) to use the Easy Image service provided by CKEditor Cloud Services:
-
-{@snippet build-classic-source}
-
-{@snippet features/easy-image}
+If you are having troubles in setting up Easy Image, please [contact us](https://ckeditor.com/contact/).
 
 
 ## Responsive images
 ## Responsive images