From 4926606841ddef63eb1b23d737d571a9b921b791 Mon Sep 17 00:00:00 2001 From: Stefan Kohler Date: Tue, 20 Jan 2015 16:40:30 +0100 Subject: [PATCH] Remove arbitrary verb --- 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 d068bf4..d358247 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -161,7 +161,7 @@ include::guides/users.adoc[tags=how-does-it-work,leveloffset=+1] [[httpsession-rest]] === HttpSession & RESTful APIs -Spring Session has can work with RESTful APIs by allowing the session to be provided in a header. +Spring Session can work with RESTful APIs by allowing the session to be provided in a header. NOTE: The <> provides a working sample on how to use Spring Session in a REST application to support authenticating with a header.