瀏覽代碼

Merge branch 'stable'

Piotrek Koszuliński 7 年之前
父節點
當前提交
135216e425
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-build-inline/README.md

+ 2 - 2
packages/ckeditor5-build-inline/README.md

@@ -21,7 +21,7 @@ See:
 
 First, install the build from npm:
 
-```
+```bash
 npm install --save @ckeditor/ckeditor5-build-inline
 ```
 
@@ -49,7 +49,7 @@ Or in your JavaScript application:
 ```js
 import InlineEditor from '@ckeditor/ckeditor5-build-inline';
 
-// Or using CommonJS verion:
+// Or using the CommonJS version:
 // const InlineEditor = require( '@ckeditor/ckeditor5-build-inline' );
 
 InlineEditor