Skip to content

Commit

Permalink
s/enamed/renamed (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos authored and JoelMarcey committed Jan 11, 2018
1 parent ed5d24f commit c08142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rename-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if (fs.existsSync(currentSidebarFile)) {
}

console.log(
`${chalk.green('Successfully enamed version ')}${chalk.yellow(
`${chalk.green('Successfully renamed version ')}${chalk.yellow(
currentVersion
)}${chalk.green(' to version ')}${chalk.yellow(newVersion)}\n`
);

0 comments on commit c08142c

Please sign in to comment.