8
0
Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
ebcb3126c3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/ckeditor5-upload/docs/features/base64-upload-adapter.md

+ 3 - 3
packages/ckeditor5-upload/docs/features/base64-upload-adapter.md

@@ -1,12 +1,12 @@
 ---
 category: features-image-upload
-menu-title: Base64 Upload Adapter
+menu-title: Base64 upload adapter
 order: 40
 ---
 
-# Base64 Upload Adapter
+# Base64 upload adapter
 
-The {@link module:upload/base64uploadadapter~Base64UploadAdapter Base64 Upload Adapter} plugin converts images inserted into the editor into [Base64 strings](https://en.wikipedia.org/wiki/Base64) stored directly in the {@link builds/guides/integration/saving-data editor output}.
+The {@link module:upload/base64uploadadapter~Base64UploadAdapter Base64 image upload adapter} plugin converts images inserted into the editor into [Base64 strings](https://en.wikipedia.org/wiki/Base64) stored directly in the {@link builds/guides/integration/saving-data editor output}.
 
 This kind of image upload does not require server processing – images are stored with the rest of the text and displayed by the web browser without additional requests. On the downside, this approach can bloat your database with very long data strings which, in theory, could have a negative impact on the performance.