Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Nov 19, 2018
1 parent e4b5a2f commit 4bb3548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const run = async ({cwd, packages, version}, versionsMap) => {
writeFileSync(diffPath, diff, {cwd});
console.log(theme.header(`\n${numFilesModified} files have been updated.`));
console.log(
theme`A full diff is availbale at {path ${relative(cwd, diffPath)}}.`
theme`A full diff is available at {path ${relative(cwd, diffPath)}}.`
);
await confirm('Do the changes above look correct?');
};
Expand Down

0 comments on commit 4bb3548

Please sign in to comment.