diff --git a/LiteDB/Client/Database/LiteDatabase.cs b/LiteDB/Client/Database/LiteDatabase.cs
index d12a3221f..d0d80b463 100644
--- a/LiteDB/Client/Database/LiteDatabase.cs
+++ b/LiteDB/Client/Database/LiteDatabase.cs
@@ -89,7 +89,7 @@ public LiteDatabase(ILiteEngine engine, BsonMapper mapper = null, bool disposeOn
#region Collections
///
- /// Get a collection using a entity class as strong typed document. If collection does not exist, create a new one.
+ /// Get a collection using an entity class as strong typed document. If collection does not exist, create a new one.
///
/// Collection name (case insensitive)
/// Define autoId data type (when object contains no id field)