8
0
Pārlūkot izejas kodu

Docs: Typo in README fixed. [skip ci]

Anna Tomanek 7 gadi atpakaļ
vecāks
revīzija
594dfa4a72
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      packages/ckeditor5-build-classic/README.md

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

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