From d268b2102f64da163f09a8791eef22ead58dad6b Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 1 May 2018 11:32:09 -0700 Subject: [PATCH] Fix typo --- .../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 860870b865..9b7429a9fb 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 @@ -6015,7 +6015,7 @@ the name of the table for the JDBC store, as shown in the following example: ---- For setting the timeout of the session you can use the `spring.session.timeout` property. -If that property is not set, the auto-configuration fallbacks to the value of +If that property is not set, the auto-configuration falls back to the value of `server.servlet.session.timeout`. [[boot-features-jmx]]