mirror of https://github.com/grpc/grpc-node.git
Merge pull request #486 from murgatroid99/ts_defs_minor_fix
Fix typo in typescript definitions file
This commit is contained in:
commit
c5e7036da9
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue