Skip to content

Commit c51c343

Browse files
committed
Merge pull request #24020 from PascalSchumacher
* gh-24020: Fix typo in Spring Session documentation Closes gh-24020
2 parents 2f280b0 + 5472fcf commit c51c343

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)