瀏覽代碼

Docs: Fixed typo, again.

Piotrek Koszuliński 8 年之前
父節點
當前提交
7a25ecfd4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>