浏览代码

Docs: Minor fixes in Support guides. [skip ci]

Anna Tomanek 7 年之前
父节点
当前提交
29543bf68a

+ 3 - 3
docs/builds/guides/support/getting-support.md

@@ -10,7 +10,7 @@ menu-title: Getting support
 
 You can report issues and feature requests on [GitHub](https://github.com/ckeditor/ckeditor5). This is also a good place to discuss architecture decisions and things which are not yet covered by the documentation.
 
-[Each CKEditor 5 repository](https://github.com/ckeditor?utf8=%E2%9C%93&q=ckeditor5&type=&language=) handles its issues independently. Unless you are sure where your ticket belongs, it is best to report it in the [main repository](https://github.com/ckeditor/ckeditor5).
+[Each CKEditor 5 repository](https://github.com/ckeditor?utf8=%E2%9C%93&q=ckeditor5&type=&language=) handles its issues independently. If you are not sure where your ticket belongs, it is best to report it in the [main repository](https://github.com/ckeditor/ckeditor5).
 
 Refer to {@link builds/guides/support/reporting-issues Reporting issues} guide for more details.
 
@@ -22,7 +22,7 @@ Make sure to tag your questions with ["ckeditor"](https://stackoverflow.com/ques
 
 ## Gitter
 
-[CKEditor 5 Gitter channel](https://gitter.im/ckeditor/ckeditor5) is the place where you can discuss all matters which do not fit GitHub and Stack Overflow.
+[CKEditor 5 Gitter channel](https://gitter.im/ckeditor/ckeditor5) is the place where you can discuss all matters that do not fit GitHub or Stack Overflow.
 
 Gitter is convenient for asking quick questions, however, it is not the best place for more complex topics which might interest other developers (Gitter logs are indexed via Google but rather poorly). Therefore, try to avoid lengthy discussions on topics which would make sense to be reported either on GitHub or Stack Overflow.
 
@@ -38,7 +38,7 @@ DON'Ts:
 * How to extend the selection to the end of the block?
 * Could you implement support for XYZ?
 * I can't make X and Y work together in my app. I developed this plugin and...
-* The editor crashes if I press Enter. Please help.
+* The editor crashes if I press <kbd>Enter</kbd>. Please help.
 
 And most importantly, be kind to everyone.
 

+ 1 - 1
docs/builds/guides/support/license-and-legal.md

@@ -8,7 +8,7 @@ order: 20
 
 # License and legal
 
-The following legal notices apply to CKEditor 5 Builds and all software from the CKEditor 5 Ecosystem included with it.
+The following legal notices apply to CKEditor 5 Builds and all software from CKEditor 5 Ecosystem included with it.
 
 Copyright (c) 2003-2018, CKSource Frederico Knabben. All rights reserved.
 

+ 1 - 1
docs/builds/guides/support/reporting-issues.md

@@ -10,7 +10,7 @@ order: 40
 
 # Reporting issues
 
-If you feel you found an issue in CKEditor 5, we will be grateful for letting us know. Before you create a bug report, however, please read our guidelines on how to do it properly and most efficiently.
+If you feel you found an issue in CKEditor 5, we will be grateful for letting us know. Before you create a bug report, please read the guidelines on how to do it properly and most efficiently.
 
 ## Reproduce on official examples