mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-10 13:28:06 +02:00
s/enamed/renamed (#393)
This commit is contained in:
parent
ed5d24f6ea
commit
c08142c094
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if (fs.existsSync(currentSidebarFile)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`${chalk.green('Successfully enamed version ')}${chalk.yellow(
|
`${chalk.green('Successfully renamed version ')}${chalk.yellow(
|
||||||
currentVersion
|
currentVersion
|
||||||
)}${chalk.green(' to version ')}${chalk.yellow(newVersion)}\n`
|
)}${chalk.green(' to version ')}${chalk.yellow(newVersion)}\n`
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue