Browse Source

docs: fix realm typo

Márk Kővári 2 years ago
parent
commit
aad01447c3

+ 1 - 1
docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc

@@ -47,7 +47,7 @@ UserDetailsService userDetailsService;
 
 DigestAuthenticationEntryPoint entryPoint() {
 	DigestAuthenticationEntryPoint result = new DigestAuthenticationEntryPoint();
-	result.setRealmName("My App Relam");
+	result.setRealmName("My App Realm");
 	result.setKey("3028472b-da34-4501-bfd8-a355c42bdf92");
 }