Merge pull request #486 from murgatroid99/ts_defs_minor_fix

Fix typo in typescript definitions file
This commit is contained in:
Michael Lumish 2018-08-09 15:44:59 -07:00 committed by GitHub
commit c5e7036da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ declare module "grpc" {
* Additional peer verification options that can be set when creating
* SSL credentials.
*/
export interface VerifyOptions: {
export interface VerifyOptions {
/**
* If set, this callback will be invoked after the usual hostname verification
* has been performed on the peer certificate.