From 603c2392f6d31cdc8cd55bcfaada14f2635f3f9c Mon Sep 17 00:00:00 2001 From: chrisMurphyTCG Date: Tue, 15 Jan 2019 09:32:30 -0500 Subject: [PATCH] Fix the description grammar --- index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.asciidoc b/index.asciidoc index c624ece9..6daecc04 100644 --- a/index.asciidoc +++ b/index.asciidoc @@ -16,7 +16,7 @@ Undertow Undertow is a flexible performant web server written in java, providing both blocking and non-blocking API's based on NIO. Undertow has a composition based architecture that allows you to build a web server by combining small single purpose -handlers. The gives you the flexibility to choose between a full Java EE servlet 4.0 container, or a low level non-blocking +handlers. This design gives you the flexibility to choose between a full Java EE servlet 4.0 container, or a low level non-blocking handler, to anything in between. Undertow is designed to be fully embeddable, with easy to use fluent builder APIs. Undertow's lifecycle is completely