aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2024-06-17 11:53:07 -0700
committerAndres Freund <andres@anarazel.de>2024-06-17 11:53:07 -0700
commita6685c5e362eab5d04b8ffe65fff7cfbd21b6034 (patch)
tree012088ddf02f1299c0f5696a5727a94586342c87 /doc/src
parent92c49d1062f7094f56b80c603233fa4a0ffe2f8b (diff)
downloadpostgresql-a6685c5e362eab5d04b8ffe65fff7cfbd21b6034.tar.gz
postgresql-a6685c5e362eab5d04b8ffe65fff7cfbd21b6034.zip
doc PG 17 relnotes: Fix sslnegotation typo
I was confused with copy-pasting the parameter name didn't work...
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-17.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 93bc7408b5b..790e8fa33c3 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -1903,7 +1903,7 @@ Allow TLS connections without requiring a network round-trip negotiation (Greg S
</para>
<para>
-This is enabled with the client-side option sslnegotation=direct, requires ALPN, and only works on PostgreSQL 17 and later servers.
+This is enabled with the client-side option sslnegotiation=direct, requires ALPN, and only works on PostgreSQL 17 and later servers.
</para>
</listitem>