From eaf68823b24b41c5d606024c7b764d666f4b2944 Mon Sep 17 00:00:00 2001 From: jprohens21 <44652506+jprohens21@users.noreply.github.com> Date: Tue, 18 Dec 2018 18:17:42 -0500 Subject: [PATCH] fixed a terrible run on sentence (#33804) fixed a run on sentence --- guide/english/apache/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/apache/index.md b/guide/english/apache/index.md index 52b455aa16..5d28424bc7 100644 --- a/guide/english/apache/index.md +++ b/guide/english/apache/index.md @@ -4,10 +4,10 @@ title: Apache ## Apache Software Foundation(ASF) The ASF is a non-profit corporation having decentralized opensource community of developers. -Their purpose is supporting Apache software projects under Apache license. +Their purpose is supporting Apache software projects under Apache license. ## Apache HTTP Server -The Apache HTTP Server, commonly known as Apache, is a free and open-source cross-platform web server, released under the terms of [Apache License 2.0](https://en.wikipedia.org/wiki/Apache_License). Apache is developed and maintained by an open community of developers under the auspices of the [Apache Software Foundation](http://www.apache.org/). +The Apache HTTP Server, commonly known as Apache, is a free and open-source cross-platform web server. It is released under the terms of [Apache License 2.0](https://en.wikipedia.org/wiki/Apache_License). Apache is developed and maintained by an open community of developers under the auspices of the [Apache Software Foundation](http://www.apache.org/). Apache runs on 67% of all web servers in the world. It is fast, reliable, and secure. It can be highly customized to meet the needs of many different environments by using extensions and modules.