From 203a10024ce219554ffd4f9efaa46b1411c3c883 Mon Sep 17 00:00:00 2001 From: debjit2001 <65007559+debjit2001@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:27:31 +0530 Subject: [PATCH] Fix typo in findByUsername guide --- .../modules/ROOT/pages/guides/boot-findbyusername.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-session-docs/modules/ROOT/pages/guides/boot-findbyusername.adoc b/spring-session-docs/modules/ROOT/pages/guides/boot-findbyusername.adoc index 21c344d5..b9f59c68 100644 --- a/spring-session-docs/modules/ROOT/pages/guides/boot-findbyusername.adoc +++ b/spring-session-docs/modules/ROOT/pages/guides/boot-findbyusername.adoc @@ -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]