소스 검색

Fixed typo in application-environment.asciidoc (#8546)

organized was already fixed so added This.
tags/8.1.0.alpha1
Michael Benz 7 년 전
부모
커밋
bf34bd7eb2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      documentation/application/application-environment.asciidoc

+ 1
- 1
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.


Loading…
취소
저장