瀏覽代碼

Docs: Minor corrections in Custom build example.

Anna Tomanek 7 年之前
父節點
當前提交
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}