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

Documentation corrections for the paragraph feature.

Anna Tomanek 9 лет назад
Родитель
Сommit
0bb7ee7e04

+ 2 - 2
packages/ckeditor5-paragraph/CHANGES.md

@@ -1,7 +1,7 @@
 CKEditor 5 Paragraph Changelog
 CKEditor 5 Paragraph Changelog
 ========================================
 ========================================
 
 
-## CKEditor 5 Paragraph 0.0.2
+## CKEditor 5 Paragraph Feature 0.0.2
 
 
 **Major|Minor|Patch Release** - Build Date: yyyy-mm-dd
 **Major|Minor|Patch Release** - Build Date: yyyy-mm-dd
 
 
@@ -20,6 +20,6 @@ Other Changes:
 * Item 1
 * Item 1
 * Item 2
 * Item 2
 
 
-## CKEditor 5 Paragraph 0.0.1
+## CKEditor 5 Paragraph Feature 0.0.1
 
 
 ...
 ...

+ 1 - 1
packages/ckeditor5-paragraph/CONTRIBUTING.md

@@ -1,4 +1,4 @@
 Contributing
 Contributing
 ========================================
 ========================================
 
 
-Information about contributing can be found at the following page: <https://github.com/ckeditor/ckeditor5/blob/master/CONTRIBUTING.md>.
+Information about contributing can be found on the following page: <https://github.com/ckeditor/ckeditor5/blob/master/CONTRIBUTING.md>.

+ 1 - 1
packages/ckeditor5-paragraph/LICENSE.md

@@ -1,7 +1,7 @@
 Software License Agreement
 Software License Agreement
 ==========================
 ==========================
 
 
-**CKEditor 5 Paragraph** – https://github.com/ckeditor/ckeditor5-paragraph <br>
+**CKEditor 5 Paragraph Feature** – https://github.com/ckeditor/ckeditor5-paragraph <br>
 Copyright (c) 2003-2016, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 Copyright (c) 2003-2016, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 
 Licensed under the terms of any of the following licenses at your choice:
 Licensed under the terms of any of the following licenses at your choice:

+ 2 - 2
packages/ckeditor5-paragraph/README.md

@@ -1,9 +1,9 @@
-CKEditor 5 Paragraph
+CKEditor 5 Paragraph Feature
 ========================================
 ========================================
 
 
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-paragraph/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-paragraph#info=devDependencies)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-paragraph/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-paragraph#info=devDependencies)
 
 
-Paragraph feature for CKEditor 5. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5-paragraph>.
+The paragraph feature for CKEditor 5. More information about the project can be found at the following URL: <https://github.com/ckeditor/ckeditor5-paragraph>.
 
 
 ## License
 ## License
 
 

+ 2 - 2
packages/ckeditor5-paragraph/src/paragraph.js

@@ -8,8 +8,8 @@ import BuildModelConverterFor from '../engine/conversion/model-converter-builder
 import BuildViewConverterFor from '../engine/conversion/view-converter-builder.js';
 import BuildViewConverterFor from '../engine/conversion/view-converter-builder.js';
 
 
 /**
 /**
- * A paragraph feature for editor.
- * Introduces `<paragraph>` element in the model which renders as `<p>` in the DOM and data.
+ * The paragraph feature for the editor.
+ * Introduces the `<paragraph>` element in the model which renders as a `<p>` element in the DOM and data.
  *
  *
  * @memberOf paragraph
  * @memberOf paragraph
  * @extends ckeditor5.Feature
  * @extends ckeditor5.Feature