This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix-site.git
commit 78a5783f0627c04cd6a57ba2e13fd51dfd16dc4d Author: Roy Lenferink <lenferink...@gmail.com> AuthorDate: Fri Jun 28 18:11:32 2019 +0200 Fixed typos --- source/404.md | 6 +++--- source/contributing/releasing.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/404.md b/source/404.md index 32b7b86..5ac02da 100644 --- a/source/404.md +++ b/source/404.md @@ -5,7 +5,7 @@ title: 404 Page Not Found # 404 Page Not Found -The page was moved or never existed. Use menu above to navigate or go to [home page](/). +The page was moved or never existed. Use the menu above to navigate or go to [home page](/). If you noticed any site problem, typos, etc on any page, please correct -using "Edit on GitHub" button or check on <https://github.com/apache/celix-site>. -For example, some redirects are configured in [`.htaccess`](https://github.com/apache/celix-site/blob/master/source/.htaccess). +using the "Edit on GitHub" button or check on <https://github.com/apache/celix-site>. +For example, redirects can be configured in [`.htaccess`](https://github.com/apache/celix-site/blob/master/source/.htaccess). diff --git a/source/contributing/releasing.md b/source/contributing/releasing.md index 2e7b489..5290900 100644 --- a/source/contributing/releasing.md +++ b/source/contributing/releasing.md @@ -102,7 +102,7 @@ $ ccmake ../celix $ make rat ``` -Apache RAT should not raise any concers, if there are, check the source files for a license header. If it is a false positive update +Apache RAT should not raise any concerns, if there are, check the source files for a license header. If it is a false positive update the rat-excludes.txt file in the root of the project. Be sure it is a false positive! If in doubt, ask the mailing list! Third party licenses may need to be mentioned in the NOTICE file.