Skip to content

Commit 62340e0

Browse files
committed
Fix typos
1 parent 3af664d commit 62340e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ async function run() {
574574

575575
if (branchConfig.ghRelease) {
576576
console.info(`Creating github release...`)
577-
// Stringify the markdown to excape any quotes
577+
// Stringify the markdown to escape any quotes
578578
execSync(
579579
`gh release create v${version} ${
580580
!isLatestBranch ? '--prerelease' : ''

0 commit comments

Comments
 (0)