Explorar el Código

Docs: Fixed typo, again.

Piotrek Koszuliński hace 8 años
padre
commit
7a25ecfd4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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:
 
-```js
+```html
 <figure class="image">
 	<img src="..." alt="...">
 </figure>