From: Ahmad Saugi Date: Thu, 17 Feb 2022 14:27:30 +0000 (+0700) Subject: chore (docs): fix message typo (#1074) X-Git-Tag: @pinia/testing@0.0.10~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13d12710da139db8a92ae5509b89d00097f22a8f;p=thirdparty%2Fvuejs%2Fpinia.git chore (docs): fix message typo (#1074) --- diff --git a/scripts/release.mjs b/scripts/release.mjs index 34fea69d..4abb504a 100644 --- a/scripts/release.mjs +++ b/scripts/release.mjs @@ -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