From 304e32eef5c993dd7c5f55788c38ba0d1a8ce0c1 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 19 Dec 2016 13:35:07 -0600 Subject: [PATCH] Fix Typo --- 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 6dc2243..d628576 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -37,7 +37,7 @@ https://github.com/spring-projects/spring-session/milestone/19?closed=1[1.3.0.RE * https://github.com/spring-projects/spring-session/tree/1.3.0.RELEASE/samples/httpsession-redis-json[GenericJackson2JsonRedisSerializer sample] with Spring Security's new Jackson Support * Guides now https://github.com/spring-projects/spring-session/pull/652[use Lettuce] * `spring.session.cleanup.cron.expression` can be used to override the cleanup task’s cron expression -* Lots of performance improvemetns and bug fixes +* Lots of performance improvements and bug fixes [[samples]] == Samples and Guides (Start Here)