From 8dd885a6c7edd34f659e759cd5e2f646f4ac1544 Mon Sep 17 00:00:00 2001 From: Stefan Kohler Date: Tue, 20 Jan 2015 16:41:50 +0100 Subject: [PATCH] Add missing verb in note in the RESTful guide --- docs/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index d3582478..ddcb4314 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -87,7 +87,7 @@ We have already mentioned that Spring Session provides transparent integration w Using Spring Session with `HttpSession` is enabled by adding a Servlet Filter before anything that uses the `HttpSession`. NOTE: The <> provides a working sample on how to integrate Spring Session and `HttpSession`. -You can the basic steps for integration below, but you are encouraged to follow along with the detailed HttpSession Guide when integrating with your own application. +You can read the basic steps for integration below, but you are encouraged to follow along with the detailed HttpSession Guide when integrating with your own application. include::guides/httpsession.adoc[tags=config,leveloffset=+2]