Skip to content

Commit 4903c64

Browse files
authored
Fix typo in open-cherry-pick-pr.ts (microsoft#44517)
seperately -> separately
1 parent 147d721 commit 4903c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/open-cherry-pick-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ${logText.trim()}`;
9090
base: process.env.TARGET_BRANCH,
9191
body:
9292
`This cherry-pick was triggered by a request on https://github.com/Microsoft/TypeScript/pull/${process.env.SOURCE_ISSUE}
93-
Please review the diff and merge if no changes are unexpected.${produceLKG ? ` An LKG update commit is included seperately from the base change.` : ""}
93+
Please review the diff and merge if no changes are unexpected.${produceLKG ? ` An LKG update commit is included separately from the base change.` : ""}
9494
You can view the cherry-pick log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary).
9595
9696
cc ${reviewers.map(r => "@" + r).join(" ")}`,

0 commit comments

Comments
 (0)