From 5472fcf433a15a9c64109f552fae68a303776dfb Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Tue, 3 Nov 2020 21:09:41 +0100 Subject: [PATCH] Fix typo in Spring Session documentation See gh-24020 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index f17f52ad3df..31c3a74c464 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5954,7 +5954,7 @@ For setting the timeout of the session you can use the configprop:spring.session If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[]. You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable@WebSession` (Reactive). -This will cause the auto-configuratio to back off. +This will cause the auto-configuration to back off. Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.