Polish doc

Closes gh-1108
This commit is contained in:
fisache
2016-07-13 03:54:38 +09:00
committed by Stephane Nicoll
parent 453688f6df
commit 942ead75e2
3 changed files with 6 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ import org.springframework.web.context.request.ServletWebRequest;
*
* <p>The servlet and all filters involved in an async request must have async
* support enabled using the Servlet API or by adding an
* {@code <async-support>true</async-support>} element to servlet and filter
* {@code <async-supported>true</async-supported>} element to servlet and filter
* declarations in {@code web.xml}.
*
* @author Rossen Stoyanchev