Explorar el Código

Docs: README and front API docs page corrected. [skip ci]

Anna Tomanek hace 8 años
padre
commit
c6330aebdf
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      packages/ckeditor5-core/README.md
  2. 2 2
      packages/ckeditor5-core/docs/api/core.md

+ 1 - 1
packages/ckeditor5-core/README.md

@@ -8,7 +8,7 @@ CKEditor 5 core editor architecture
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-core/status.svg)](https://david-dm.org/ckeditor/ckeditor5-core)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-core/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-core?type=dev)
 
-This package implements CKEditor 5's core editor architecture – a set of classes and interfaces which glue all the things together.
+This package implements CKEditor 5's core editor architecture — a set of classes and interfaces which glue everything together.
 
 ## Documentation
 

+ 2 - 2
packages/ckeditor5-core/docs/api/core.md

@@ -6,9 +6,9 @@ category: api-reference
 
 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-core.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-core)
 
-This package implements the core editor architecture – a set of classes and interfaces which glue all the things together.
+This package implements the core editor architecture — a set of classes and interfaces which glue everything together.
 
-Together with the {@link api/engine editing engine} and the {@link api/ui standard UI library} they create a platform for implementing rich-text editors.
+Together with the {@link api/engine editing engine} and the {@link api/ui standard UI library} they create a platform for implementing rich text editors.
 
 ## Documentation