Sfoglia il codice sorgente

Docs: Lang corrections.

Marek Lewandowski 6 anni fa
parent
commit
e0758befbd
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      docs/builds/guides/frameworks/angular.md

+ 3 - 3
docs/builds/guides/frameworks/angular.md

@@ -114,11 +114,11 @@ declare module '@ckeditor/ckeditor5-build-classic' {
 
 Unfortunately, CKEditor 5 builds do not ship with corresponding TypeScript typings yet. If you are interested in this topic you can add your vote or a comment [here](https://github.com/ckeditor/ckeditor5/issues/504).
 
-## Using custom CKEditor 5 builds
+## Using custom CKEditor 5 build
 
-If you want to add more plugins to the existing build or customize something that cannot be controlled with the {@link builds/guides/integration/configuration editor configuration} you should create a custom build first, using the {@link builds/guides/development/custom-builds create a custom build guide} first.
+If you want to add more plugins to the existing build or customize something that cannot be controlled with the {@link builds/guides/integration/configuration editor configuration} you should create a custom build first, using the {@link builds/guides/development/custom-builds create a custom build guide}.
 
-You should finish the above tutorial with the generated `ckeditor.js` file (and corresponding translation files). In the next step you should copy it to the `src` directory and import from the component file.
+You should finish the above tutorial with the generated `ckeditor.js` file (and corresponding translation files). In the next step you should copy it to the `src` directory and import it to the component file.
 
 ```ts
 import * as Editor from 'path/to/the/ckeditor';