Skip to content

Commit

Permalink
doc: fix typo in ecdhCurve, a tls property name
Browse files Browse the repository at this point in the history
Addresses comment after PR nodejs#6933 merged.

nodejs#6933 (review)

PR-URL: nodejs#10345
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
  • Loading branch information
sam-github authored and cjihrig committed Dec 20, 2016
1 parent 2e0386c commit 02dc680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ openssl dhparam -outform PEM -out dhparam.pem 2048
```

If using Perfect Forward Secrecy using `ECDHE`, Diffie-Hellman parameters are
not required and a default ECDHE curve will be used. The `ecdheCurve` property
can be used when creating a TLS Server to specify the name of an
alternative curve to use.
not required and a default ECDHE curve will be used. The `ecdhCurve` property
can be used when creating a TLS Server to specify the name of an alternative
curve to use, see [`tls.createServer()`] for more info.

### ALPN, NPN and SNI

Expand Down

0 comments on commit 02dc680

Please sign in to comment.