Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegiwg committed Jul 13, 2024
1 parent 8fd4265 commit 0802d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0802d93

Please sign in to comment.