Skip to content

Commit 5472fcf

Browse files
PascalSchumacherwilkinsona
authored andcommitted
Fix typo in Spring Session documentation
See gh-24020
1 parent 2f280b0 commit 5472fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5954,7 +5954,7 @@ For setting the timeout of the session you can use the configprop:spring.session
59545954
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
59555955

59565956
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable@WebSession` (Reactive).
5957-
This will cause the auto-configuratio to back off.
5957+
This will cause the auto-configuration to back off.
59585958
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
59595959

59605960

0 commit comments

Comments
 (0)