diff --git a/src/client.ts b/src/client.ts index a4de8ed..1275927 100644 --- a/src/client.ts +++ b/src/client.ts @@ -16,7 +16,9 @@ export class MongoClient { getCluster() { if (!this.#cluster) { - throw new MongoDriverError("MongoClient is no connected to the Database"); + throw new MongoDriverError( + "MongoClient is not connected to the Database", + ); } return this.#cluster;