From 6978178d4fb9b05e9d89a9222ee64a313b52fbe7 Mon Sep 17 00:00:00 2001 From: BlueFlames17 <44452544+BlueFlames17@users.noreply.github.com> Date: Tue, 18 Dec 2018 13:03:00 -0500 Subject: [PATCH] punctuation (#28294) added ending punctuation after details --- guide/english/apache/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/apache/index.md b/guide/english/apache/index.md index d8f85b1737..5dc92b08f9 100644 --- a/guide/english/apache/index.md +++ b/guide/english/apache/index.md @@ -4,7 +4,7 @@ title: Apache ## Apache 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. -Apache runs on 67% of all webservers 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 +Apache runs on 67% of all webservers 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. ## Installation