8
0
Просмотр исходного кода

Update packages/ckeditor5-image/docs/features/image.md

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
599b9c8b12
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-image/docs/features/image.md

+ 1 - 1
packages/ckeditor5-image/docs/features/image.md

@@ -87,7 +87,7 @@ See the {@link features/image-upload Image upload} guide.
 
 Besides the ability to insert images by uploading them directly from your disk or via CKFinder, you can also configure CKEditor 5 to allow inserting images via source URL.
 
-In order to enable this option, install `ImageInsert` plugin and configure {@link module:image/imageupload~ImageUploadPanelConfig#items `image.upload.panel.items`} like below:
+In order to enable this option, install the `ImageInsert` plugin and configure {@link module:image/imageupload~ImageUploadPanelConfig#items `image.upload.panel.items`} like below:
 
 ```js
 import ImageInsert from '@ckeditor/ckeditor5-image/src/imageinsert';