]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore (docs): fix message typo (#1074)
authorAhmad Saugi <ahmad.saugi@binus.ac.id>
Thu, 17 Feb 2022 14:27:30 +0000 (21:27 +0700)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 14:27:30 +0000 (09:27 -0500)
scripts/release.mjs

index 34fea69d826ba1080c81cbfd574fac4c8021c591..4abb504a3fc93a392b947ceb6f097f296de5d393 100644 (file)
@@ -63,7 +63,7 @@ async function main() {
     if (currentBranch !== EXPECTED_BRANCH) {
       console.log(
         chalk.red(
-          `You should be on brach "${EXPECTED_BRANCH}" but are on "${currentBranch}"`
+          `You should be on branch "${EXPECTED_BRANCH}" but are on "${currentBranch}"`
         )
       )
       return