Skip to content

Commit 1df01ae

Browse files
committed
chore: fix typo
1 parent 6f48e5b commit 1df01ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bump-package-versions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repoTags.forEach((tag) => {
5959
const pkgName = `@opentelemetry/${nameParts.join('-')}`;
6060
const pkgInfo = publicPkgList.find((pkg) => pkg.name === pkgName);
6161

62-
// Assumption: `git tag` rueturs tags from old to new so we care about
62+
// Assumption: `git tag` returns tags from old to new so we care about
6363
// the last occurrence
6464
if (pkgInfo) {
6565
pkgInfo.tag = tag;

0 commit comments

Comments
 (0)