8
0
فهرست منبع

Docs: Fixed incorrect code type. [skip ci]

Piotrek Koszuliński 8 سال پیش
والد
کامیت
67e51107de
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-image/docs/image.md

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

@@ -60,7 +60,7 @@ ClassicEditor
 
 
 The {@link module:image/imagecaption~ImageCaption} feature adds support for image captions:
 The {@link module:image/imagecaption~ImageCaption} feature adds support for image captions:
 
 
-```js
+```html
 <figure class="image">
 <figure class="image">
 	<img src="..." alt="...">
 	<img src="..." alt="...">
 	<figcaption>Caption goes here...</figcaption>
 	<figcaption>Caption goes here...</figcaption>