This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit b1f3cf7b8fc1bff5579aba42ef94e0fe630f087e Author: Shad Storhaug <[email protected]> AuthorDate: Sat Sep 19 18:24:26 2020 +0700 websites/site/contributing/documentation.md: Fixed typos --- websites/site/contributing/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/site/contributing/documentation.md b/websites/site/contributing/documentation.md index c0498eb..f3f0e6a 100644 --- a/websites/site/contributing/documentation.md +++ b/websites/site/contributing/documentation.md @@ -80,7 +80,7 @@ The process overview is: * Run the documentation build script to produce the documentation site * Publish the output to the [`lucenenet-site`](https://github.com/apache/lucenenet-site) repository into a correpsonding named version directory -We don't want to manually change the converted resulting markdown files (`.md`) because they would get overwritten again when the conversion process is re-executed. Therefor to fix any formatting issues or customized output of the project docs, these customizations/fixes/tweaks are built directly in to the conversion process itself in the `JavaDocToMarkdownConverter.csproj` project. +We don't want to manually change the converted resulting markdown files (`.md`) because they would get overwritten again when the conversion process is re-executed. Therefore to fix any formatting issues or customized output of the project docs, these customizations/fixes/tweaks are built directly into the conversion process itself in the `JavaDocToMarkdownConverter.csproj` project. ### Building the docs
