Skip to content

Commit 570a768

Browse files
Jay Bryanteleftherias
authored andcommitted
Fix a bad typo
Caught an egregious typing error from my own earlier work.
1 parent fed318a commit 570a768

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
@@ -289,7 +289,7 @@ Any method that returns an `HttpSession` is overridden.
289289
All other methods are implemented by `HttpServletRequestWrapper` and delegate to the original `HttpServletRequest` implementation.
290290

291291
We replace the `HttpServletRequest` implementation by using a servlet `Filter` called `SessionRepositoryFilter`.
292-
The pseudocode belows:
292+
The following pseudocode shows how it works:
293293

294294
====
295295
[source, java]

0 commit comments

Comments
 (0)