diff --git a/docs/quick-starts/framework/java-spring-boot/README.mdx b/docs/quick-starts/framework/java-spring-boot/README.mdx
index ccf85af1db4..cf0f0ec553c 100644
--- a/docs/quick-starts/framework/java-spring-boot/README.mdx
+++ b/docs/quick-starts/framework/java-spring-boot/README.mdx
@@ -93,7 +93,7 @@ spring.security.oauth2.client.provider.logto.jwk-set-uri={{LOGTO_ENDPOINT}}/oidc
In order to redirect users back to your application after they sign in, you need to set the redirect URI using the `client.registration.logto.redirect-uri` property in the previous step.
-
+
### Implement the WebSecurityConfig \{#implement-the-websecurityconfig}