Merge pull request #1047 from cjihrig/patch-1

grpc-js: fix typo
This commit is contained in:
Michael Lumish 2019-09-25 09:29:35 -07:00 committed by GitHub
commit 3c742834bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class UnknownHandler extends CompressionHandler {
compressMessage(message: Buffer): Promise<Buffer> {
return Promise.reject<Buffer>(
new Error(
`Received message compressed wth unsupported compression method ${
`Received message compressed with unsupported compression method ${
this.compressionName
}`
)