8
0
Pārlūkot izejas kodu

Docs: Minor rewording.

Aleksander Nowodzinski 6 gadi atpakaļ
vecāks
revīzija
af6d381679
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/features/image-upload.md

+ 1 - 1
docs/features/image-upload.md

@@ -70,7 +70,7 @@ There are two ways you can integrate CKEditor 5 with the CKFinder file manager:
 
 ### Simple adapter
 
-The {@link features/simple-upload-adapter Simple upload adapter} allows uploading images to the server using the [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) API and very little configuration.
+The {@link features/simple-upload-adapter Simple upload adapter} allows uploading images to your server using the [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) API with a minimal editor configuration.
 
 {@link features/simple-upload-adapter **Learn how to use the Simple upload adapter in CKEditor 5**}.