Skip to content

Commit

Permalink
docs(NODE-3419): fix typo in new error classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andymina committed Jul 9, 2021
1 parent 93fed1a commit f941c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.ts
Expand Up @@ -232,7 +232,7 @@ export class MongoCompressionError extends MongoRuntimeError {
}

/**
* An error generated when teh driver fails to decompress
* An error generated when the driver fails to decompress
* data received from the server.
*
* @public
Expand Down Expand Up @@ -365,7 +365,7 @@ export class MongoGridFSChunkError extends MongoStreamError {
}

/**
* An error generated when an attempt to access a resource
* An error generated when an attempt is made to access a resource
* which has already been or will be closed/destroyed.
*
* @public
Expand Down

0 comments on commit f941c79

Please sign in to comment.