diff --git a/test/types/list_collections.test-d.ts b/test/types/list_collections.test-d.ts index d13500eb794..8e6883107bc 100644 --- a/test/types/list_collections.test-d.ts +++ b/test/types/list_collections.test-d.ts @@ -15,7 +15,7 @@ expectType | Collect expectNotType>>(db.listCollections()); expectNotType>(db.listCollections()); -// Testings each argument variation +// Testing each argument variation db.listCollections(); db.listCollections({ a: 2 }); db.listCollections({ a: 2 }, { batchSize: 2 });