From bf34bd7eb22d03f4fd73f22e46c61f55f99cfda8 Mon Sep 17 00:00:00 2001 From: Michael Benz Date: Tue, 14 Feb 2017 08:39:44 +0100 Subject: Fixed typo in application-environment.asciidoc (#8546) organized was already fixed so added This. --- documentation/application/application-environment.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/application') diff --git a/documentation/application/application-environment.asciidoc b/documentation/application/application-environment.asciidoc index 35c77e52f5..51240c59f8 100644 --- a/documentation/application/application-environment.asciidoc +++ b/documentation/application/application-environment.asciidoc @@ -45,7 +45,7 @@ we give the instructions for Eclipse. The following files are required in a web application in order to run it. [filename]#WEB-INF/web.xml# (optional with Servlet 3.0):: - his is the web application descriptor that defines how the application is organized, that is, what servlets and such it has. +This is the web application descriptor that defines how the application is organized, that is, what servlets and such it has. You can refer to any Java book about the contents of this file. It is not needed if you define the Vaadin servlet with the [classname]#@WebServlet# annotation in Servlet API 3.0. -- cgit v1.2.3