8
0
Просмотр исходного кода

Docs: Minor corrections in build guides. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
09ffd95418
2 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      docs/builds/guides/integration/installation.md
  2. 3 3
      docs/builds/guides/overview.md

+ 1 - 1
docs/builds/guides/integration/installation.md

@@ -19,7 +19,7 @@ Each of the builds has independent release packages. Check the {@link builds/gui
 
 ### Zip download
 
-Go to https://ckeditor.com/ckeditor5-builds/download and download your preferred build. For example, you may download the `ckeditor5-build.classic-1.0.0.zip` file for the Classic editor build.
+Go to https://ckeditor.com/ckeditor5-builds/download and download your preferred build. For example, you may download the `ckeditor5-build-classic-1.0.0.zip` file for the Classic editor build.
 
 Extract the above `.zip` file into a dedicated directory inside your website or application.
 

+ 3 - 3
docs/builds/guides/overview.md

@@ -53,7 +53,7 @@ Each build was designed to satisfy as many use cases as possible. They differ in
 * Provide setups as generic as possible, based on research and community feedback.
 
 <info-box>
-Features like fonts, colors and alignment will be introduced in the future, when the new types of builds will be introduced with the purpose of satisfying document editing scenarios.  
+	Features like fonts, colors and alignment will be introduced in the future, when the new types of builds will be introduced with the purpose of satisfying document editing scenarios.
 </info-box>
 
 ### Build customization
@@ -61,9 +61,9 @@ Features like fonts, colors and alignment will be introduced in the future, when
 Every build comes with a default set of features and a default configuration of them. Although the builds try to fit many cases, they may still need to be adjusted in some integrations. The following modifications are possible:
 
  * You can override the default **configuration of features** (e.g. define different image styles or heading levels).
- * You can change the default **toolbar configuration** (e.g. remove undo/redo buttons). 
+ * You can change the default **toolbar configuration** (e.g. remove undo/redo buttons).
  * You can also **remove features** (plugins).
- 
+
 Read more in the {@link builds/guides/integration/configuration Configuration guide}.
 
 If a build doesn't provide all the necessary features or you want create a highly optimized build of editor which will contain only the necessary features, then you need to customize the build or create a brand new one. Check {@link builds/guides/development/custom-builds Custom builds} for details on how to change the default builds to match your preferences.