Skip to content

Commit aad0144

Browse files
markkovarimarcusdacoregio
authored andcommitted
docs: fix realm typo
1 parent 5c4362b commit aad0144

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication/passwords

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ UserDetailsService userDetailsService;
4747
4848
DigestAuthenticationEntryPoint entryPoint() {
4949
DigestAuthenticationEntryPoint result = new DigestAuthenticationEntryPoint();
50-
result.setRealmName("My App Relam");
50+
result.setRealmName("My App Realm");
5151
result.setKey("3028472b-da34-4501-bfd8-a355c42bdf92");
5252
}
5353

0 commit comments

Comments
 (0)