From 1e8e696222e8a6f3bf1aa51606b5527911db1b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevo=20Slavi=C4=87?= Date: Mon, 3 Nov 2014 12:47:33 +0100 Subject: [PATCH] [doc] Fixed tiny typo --- docs/src/main/docbook/deployment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/docbook/deployment.xml b/docs/src/main/docbook/deployment.xml index d446744165..cc46b53fc0 100644 --- a/docs/src/main/docbook/deployment.xml +++ b/docs/src/main/docbook/deployment.xml @@ -909,7 +909,7 @@ public class MyApplication extends ResourceConfig { Jersey uses its own &jersey.containers.ServletContainer; implementation of Servlet and - Servlet Filter API to intebrate with Servlet containers. As any JAX-RS runtime, Jersey provides support + Servlet Filter API to integrate with Servlet containers. As any JAX-RS runtime, Jersey provides support for Servlet containers that support Servlet specification version 2.5 and higher. To support JAX-RS 2.0 asynchronous resources on top of a Servlet container, support for Servlet specification version 3.0 or higher is required.