From fed81c6f83c0b24538371fd092a71e128d86ccbc Mon Sep 17 00:00:00 2001 From: Jan Nielsen Date: Wed, 17 Jan 2018 09:52:59 -0700 Subject: [PATCH] Fix doc typo Closes gh-1646 --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 0e341f7109..f06603be4d 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -994,7 +994,7 @@ request and session attributes, `checkNotModified` methods, and others. |Access to the HTTP request or response. |`WebSession` -|Access to the session; this does not forcing the start of a new session unless attributes +|Access to the session; this does not force the start of a new session unless attributes are added. Supports reactive types. |`java.security.Principal`