Skip to content

Commit a086566

Browse files
sam-githubaddaleax
authored andcommitted
doc: fix an SNI mistyped as SNS
PR-URL: #9665 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 7420ce8 commit a086566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ added: v0.5.3
343343
`cert`, `ca`, etc).
344344

345345
The `server.addContext()` method adds a secure context that will be used if
346-
the client request's SNS hostname matches the supplied `hostname` (or wildcard).
346+
the client request's SNI hostname matches the supplied `hostname` (or wildcard).
347347

348348
### server.address()
349349
<!-- YAML

0 commit comments

Comments
 (0)