Skip to content

Commit

Permalink
server-server-api: Fix grammar in server discovery (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Oct 25, 2023
1 parent 9fe1193 commit 7c19500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1665.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
4 changes: 2 additions & 2 deletions content/server-server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ to send. The process overall is as follows:
header of `<hostname>`. The target server must present a valid certificate
for `<hostname>`.

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 `<hostname>`. The target
server must present a valid certificate for `<hostname>`.
Expand Down

0 comments on commit 7c19500

Please sign in to comment.