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

Docs: Minor corrections in Custom build example.

Anna Tomanek 7 лет назад
Родитель
Сommit
796f47d6e9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/examples/builds/custom-build.md

+ 1 - 1
docs/examples/builds/custom-build.md

@@ -5,6 +5,6 @@ order: 40
 
 # Custom build
 
-The editor in this example has been customized to offer a limited subset of editing [features](https://github.com/ckeditor/ckeditor5#core-libraries), provided mainly by the [ckeditor5-basic-styles](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles) and [ckeditor5-highlight](https://www.npmjs.com/package/@ckeditor/ckeditor5-highlight) packages. This kind of customization is possible with a {@link builds/guides/development/custom-builds custom editor build}, perfectly tailored to the needs to the application.
+The editor in this example was customized to offer a limited subset of editing [features](https://github.com/ckeditor/ckeditor5#core-libraries), provided mainly by the [`ckeditor5-basic-styles`](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles) and [`ckeditor5-highlight`](https://www.npmjs.com/package/@ckeditor/ckeditor5-highlight) packages. This kind of customization is possible with a {@link builds/guides/development/custom-builds custom editor build}, perfectly tailored to the needs of the application.
 
 {@snippet examples/custom-build}