Skip to content

Commit

Permalink
Update PublishCollection.ts
Browse files Browse the repository at this point in the history
fix  Publish Collection use case documentation
  • Loading branch information
ekraffmiller authored Sep 9, 2024
1 parent 14a99ff commit 942ae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/domain/useCases/PublishCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class PublishCollection implements UseCase<void> {
}

/**
* Publishes a collection, given its identifier and the type of version update type.
* Publishes a collection, given its identifier.
*
* @param {number | string} [collectionIdOrAlias] - The collection identifier, which can be a string (for collection alias), or a number (for numeric identifiers).
* @returns {Promise<void>} - This method does not return anything upon successful completion.
Expand Down

0 comments on commit 942ae75

Please sign in to comment.