Преглед изворни кода

Docs: Improved wording in the Quick start guide. [skip ci]

Piotrek Koszuliński пре 8 година
родитељ
комит
4e8bbf9744
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      docs/builds/guides/quick-start.md

+ 3 - 3
docs/builds/guides/quick-start.md

@@ -25,7 +25,7 @@ In your HTML page add an element that CKEditor should replace:
 <textarea name="content" id="editor"></textarea>
 ```
 
-Load CKEditor 5, the classic editor build (here [CDN](https://cdn.ckeditor.com/) location is used):
+Load the classic editor build (here [CDN](https://cdn.ckeditor.com/) location is used):
 
 ```html
 <script src="https://cdn.ckeditor.com/ckeditor5/{@var ckeditor5-version}/classic/ckeditor.js"></script>
@@ -77,7 +77,7 @@ In your HTML page add an element that CKEditor should make editable:
 <div id="editor"></div>
 ```
 
-Load CKEditor 5, the inline editor build (here [CDN](https://cdn.ckeditor.com/) location is used):
+Load the inline editor build (here [CDN](https://cdn.ckeditor.com/) location is used):
 
 ```html
 <script src="https://cdn.ckeditor.com/ckeditor5/{@var ckeditor5-version}/inline/ckeditor.js"></script>
@@ -129,7 +129,7 @@ In your HTML page add an element that CKEditor should make editable:
 <div id="editor"></div>
 ```
 
-Load CKEditor 5, the balloon editor build (here [CDN](https://cdn.ckeditor.com/) location is used):
+Load the balloon editor build (here [CDN](https://cdn.ckeditor.com/) location is used):
 
 ```html
 <script src="https://cdn.ckeditor.com/ckeditor5/{@var ckeditor5-version}/balloon/ckeditor.js"></script>