Skip to content

Commit c93513f

Browse files
committed
Fix typo in reference docs
1 parent 27044c8 commit c93513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-session-docs/src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ WARNING: You should only match on valid domain characters, since the domain name
13021302
Doing so prevents a malicious user from performing such attacks as https://en.wikipedia.org/wiki/HTTP_response_splitting[HTTP Response Splitting].
13031303

13041304
[[custom-sessionrepository]]
1305-
== Customing `SessionRepository`
1305+
== Customizing `SessionRepository`
13061306

13071307
Implementing a custom <<api-sessionrepository,`SessionRepository`>> API should be a fairly straightforward task.
13081308
Coupling the custom implementation with <<api-enablespringhttpsession,`@EnableSpringHttpSession`>> support lets you reuse existing Spring Session configuration facilities and infrastructure.

0 commit comments

Comments
 (0)