Fix typo in findByUsername guide

This commit is contained in:
debjit2001
2024-02-24 19:27:31 +05:30
committed by Marcus Hert Da Coregio
parent 1fee9e60f0
commit 203a10024c

View File

@@ -16,7 +16,7 @@ link:../index.html[Index]
The guide assumes you have already added Spring Session to your application by using the built-in Redis configuration support.
The guide also assumes you have already applied Spring Security to your application.
However, we the guide is somewhat general purpose and can be applied to any technology with minimal changes, which we discuss later in the guide.
However, the guide is somewhat general purpose and can be applied to any technology with minimal changes, which we discuss later in the guide.
NOTE: If you need to learn how to add Spring Session to your project, see the listing of link:../#samples[samples and guides]