Skip to content

Commit df71b2f

Browse files
committed
Fix typo in config docs
1 parent 0ad0372 commit df71b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/asciidoc/installation/installation-apache-arrow.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ To enable encryption for `https`, use the following DBMS settings:
6565

6666
----
6767
dbms.ssl.policy.https.enabled=true
68-
dbms.ssl.polict.https.private_key=private.key
69-
dbms.ssl.polict.https.public_certificate=public.crt
68+
dbms.ssl.policy.https.private_key=private.key
69+
dbms.ssl.policy.https.public_certificate=public.crt
7070
----
7171

7272

0 commit comments

Comments
 (0)