Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Hassan Malik <[email protected]>
  • Loading branch information
FrederikBolding and hmalik88 committed Sep 20, 2023
1 parent b378b00 commit b8e4d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-release-tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enum Tag {
}

/**
* Get the release tag from the`package.json` version.
* Get the release tag from the `package.json` version.
*
* - If the version is a prerelease, the tag is `next`.
* - Otherwise, the tag is `latest`.
Expand Down

0 comments on commit b8e4d44

Please sign in to comment.