Parcourir la source

Docs: Fixed typo, again.

Piotrek Koszuliński il y a 8 ans
Parent
commit
7a25ecfd4b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-image/docs/image.md

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

@@ -19,7 +19,7 @@ The [`@ckeditor/ckeditor5-image`](https://www.npmjs.com/package/@ckeditor/ckedit
 
 
 The {@link module:image/image~Image} feature adds support for plain images with just the `alt` attribute set. That translates to the following HTML:
 The {@link module:image/image~Image} feature adds support for plain images with just the `alt` attribute set. That translates to the following HTML:
 
 
-```js
+```html
 <figure class="image">
 <figure class="image">
 	<img src="..." alt="...">
 	<img src="..." alt="...">
 </figure>
 </figure>