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

Docs: Clarified the thing about included features. [skip ci]

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
ed2cca17f6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/builds/guides/integration/configuration.md

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

@@ -64,7 +64,7 @@ ClassicEditor.build.plugins.map( plugin => plugin.pluginName );
 
 ## Adding features
 
-As CKEditor builds come with all features enabled, the only way to add more features to them is to {@link builds/guides/development/custom-builds create a custom build}.
+As CKEditor builds do not include all possible features, the only way to add more features to them is to {@link builds/guides/development/custom-builds create a custom build}.
 
 ## Toolbar setup