Skip to content

Commit

Permalink
doc: fix an SNI mistyped as SNS
Browse files Browse the repository at this point in the history
PR-URL: #9665
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
sam-github authored and MylesBorins committed Dec 21, 2016
1 parent 7a94e1c commit ed9dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ added: v0.5.3
`cert`, `ca`, etc).

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

### server.address()
<!-- YAML
Expand Down

0 comments on commit ed9dc80

Please sign in to comment.