diff --git a/lib/types.js b/lib/types.js index 8a1adfa..c3707ed 100644 --- a/lib/types.js +++ b/lib/types.js @@ -13,9 +13,9 @@ */ /** - * @template Model The type of the documents in the collection. + * @template Model The type of the documents in the collection * - * Represents a collection of documents. + * Represents a collection of documents * @typedef CollectionRef * @property {string} identifier The identifier for the collection. * @property {StoragePlugin} storage The storage object for the collection.