Skip to content

Commit 13d1271

Browse files
authored
chore (docs): fix message typo (#1074)
1 parent 46c50b2 commit 13d1271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function main() {
6363
if (currentBranch !== EXPECTED_BRANCH) {
6464
console.log(
6565
chalk.red(
66-
`You should be on brach "${EXPECTED_BRANCH}" but are on "${currentBranch}"`
66+
`You should be on branch "${EXPECTED_BRANCH}" but are on "${currentBranch}"`
6767
)
6868
)
6969
return

0 commit comments

Comments
 (0)