Skip to content

Commit

Permalink
Merge pull request #109 from futreall/patch-1
Browse files Browse the repository at this point in the history
fix duplicate in comment
  • Loading branch information
critesjosh authored Jan 18, 2025
2 parents 641a85c + 0cdaf35 commit 09e6235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function main() {
* The problem with the prerelease is that if the test runs for both the stable and the prerelease,
* and the prerelease has a breaking change, then the stable will fail.
*
* If we update the the starter to match the prerelease, then the stable will fail.
* If we update the starter to match the prerelease, then the stable will fail.
*
* This means that if there is a breaking change in a prerelease, we will ALWAYS get a warning 😄, which defeats the purpose.
*
Expand Down

0 comments on commit 09e6235

Please sign in to comment.