diff options
author | Michael Benz <michael.benz@foconis.de> | 2017-02-14 08:39:44 +0100 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-14 09:39:44 +0200 |
commit | bf34bd7eb22d03f4fd73f22e46c61f55f99cfda8 (patch) | |
tree | 6eb3b0e6e775d236960e769ab05a9fcde0b68eb9 /documentation | |
parent | 8b01479d414fa8cf7acd7ad1b00e52fd679264ce (diff) | |
download | vaadin-framework-bf34bd7eb22d03f4fd73f22e46c61f55f99cfda8.tar.gz vaadin-framework-bf34bd7eb22d03f4fd73f22e46c61f55f99cfda8.zip |
Fixed typo in application-environment.asciidoc (#8546)
organized was already fixed so added This.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/application/application-environment.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |