mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
s/enamed/renamed (#393)
This commit is contained in:
parent
ed5d24f6ea
commit
c08142c094
|
|
@ -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`
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue