Fix typo in typescript definitions file

This commit is contained in:
murgatroid99 2018-08-09 11:42:43 -07:00
parent 07d8bed4ed
commit 40e5bb4a73

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.