Explorar el Código

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

Piotrek Koszuliński hace 7 años
padre
commit
ed2cca17f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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