소스 검색

fix(ldap): typo spelling of distinguished (#5066)

Gabriel A. Devenyi 3 년 전
부모
커밋
2c83472b63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/modules/authentication/ldap/definition.yml

+ 1 - 1
server/modules/authentication/ldap/definition.yml

@@ -19,7 +19,7 @@ props:
     title: Admin Bind DN
     type: String
     default: cn='root'
-    hint: The dstinguished name (dn) of the account used for binding.
+    hint: The distinguished name (dn) of the account used for binding.
     maxWidth: 600
     order: 2
   bindCredentials: