From b620f34ad8cbf7ac78c522a249e0a8fef76f83f1 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 24 Mar 2015 16:45:16 -0400 Subject: [PATCH] Minor doc update --- src/asciidoc/web-mvc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/web-mvc.adoc b/src/asciidoc/web-mvc.adoc index 8cc3535eb6..4d6a7e1787 100644 --- a/src/asciidoc/web-mvc.adoc +++ b/src/asciidoc/web-mvc.adoc @@ -2220,7 +2220,7 @@ Note that `ResponseBodyEmitter` can also be used as the body in a the response. [[mvc-ann-async-sse]] -==== Server-Sent Events +==== HTTP Streaming With Server-Sent Events `SseEmitter` is a sub-class of `ResponseBodyEmitter` providing support for http://www.w3.org/TR/eventsource/[Server-Sent Events].