Explorar el Código

Docs: Minor correction in Image upload overview. [skip ci]

(cherry picked from commit c05c88816e4b54c87ab1dcb288e6be16a71b2a67)
Anna Tomanek hace 7 años
padre
commit
7c619f4201
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/features/image-upload.md

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

@@ -22,7 +22,7 @@ The software that makes the image upload possible is called an **upload adapter*
 * [**Custom upload adapters**](#implementing-your-own-upload-adapter): Create your own upload adapter from scratch using the open API architecture CKEditor 5 provides.
 
 <info-box>
-	If you want to get a better look under the hood and learn more about the upload process, you can check out the {@link framework/guides/deep-dive/upload-adapter "Custom upload adpter" deep dive guide} covering that topic.
+	If you want to get a better look under the hood and learn more about the upload process, you can check out the {@link framework/guides/deep-dive/upload-adapter "Custom image upload adpter" deep dive guide} covering that topic.
 </info-box>
 
 ## Demo