doc: improve grammar in tls docs regarding #4246 by AdriVanHoudt · Pull Request #4315 · nodejs/node

referenced this pull request

Dec 16, 2015
Add `secureContext` option to `tls.connect`. It is useful for caching
client certificates, key, and CA certificates.

PR-URL: #4246
Reviewed-By: James M Snell <jasnell@gmail.com>

@mscdex mscdex added tls

Issues and PRs related to the tls subsystem.

doc

Issues and PRs related to the documentations.

labels

Dec 16, 2015

@AdriVanHoudt AdriVanHoudt changed the title doc: fix wording of #4246 doc: improve grammar in tls docs regarding #4246

Dec 16, 2015

@AdriVanHoudt

jasnell pushed a commit that referenced this pull request

Dec 24, 2015
Fix: #4246
PR-URL: #4315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>

Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request

Jan 6, 2016
Fix: nodejs#4246
PR-URL: nodejs#4315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>

scovetta pushed a commit to scovetta/node that referenced this pull request

Apr 2, 2016
Fix: nodejs#4246
PR-URL: nodejs#4315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>