From 7c19500da7272cccd849ff8cd1bf17286eb363c5 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Wed, 25 Oct 2023 04:18:45 +0200 Subject: [PATCH] server-server-api: Fix grammar in server discovery (#1665) --- changelogs/client_server/newsfragments/1665.clarification | 1 + content/server-server-api.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/client_server/newsfragments/1665.clarification diff --git a/changelogs/client_server/newsfragments/1665.clarification b/changelogs/client_server/newsfragments/1665.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/1665.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/content/server-server-api.md b/content/server-server-api.md index d658e009..e7c23179 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -186,8 +186,8 @@ to send. The process overall is as follows: header of ``. The target server must present a valid certificate for ``. -6. If the `/.well-known` request returned an error response, and the - SRV record was not found, an IP address is resolved using CNAME, AAAA and A +6. If the `/.well-known` request returned an error response, and + no SRV records were found, an IP address is resolved using CNAME, AAAA and A records. Requests are made to the resolved IP address using port 8448 and a `Host` header containing the ``. The target server must present a valid certificate for ``.