浏览代码

docs: fix realm typo

Márk Kővári 2 年之前
父节点
当前提交
aad01447c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc

+ 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");
 }