소스 검색

docs(schema): Fix typo

ieQu1 4 년 전
부모
커밋
251192f84c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      apps/emqx/src/emqx_schema.erl

+ 2 - 2
apps/emqx/src/emqx_schema.erl

@@ -2082,8 +2082,8 @@ server_ssl_opts_schema(Defaults, IsRanchListener) ->
                         default => D("dhfile"),
                         required => false,
                         desc =>
-                            "Path to a file containing PEM-encoded Diffie Hellman parameters\n"
-                            "to be used by the server if a cipher suite using Diffie Hellman\n"
+                            "Path to a file containing PEM-encoded Diffie-Hellman parameters\n"
+                            "to be used by the server if a cipher suite using Diffie-Hellman\n"
                             "key exchange is negotiated. If not specified, default parameters\n"
                             "are used.<br>\n"
                             "NOTE: The <code>dhfile</code> option is not supported by TLS 1.3."