Skip to content

Commit c8f6aeb

Browse files
committed
chore: fix typo
1 parent 6b1deb6 commit c8f6aeb

File tree

1 file changed

+1
-1
lines changed
  • packages/@vuepress/core/lib/internal-plugins/style

1 file changed

+1
-1
lines changed

packages/@vuepress/core/lib/internal-plugins/style/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = (options, ctx) => ({
1212
const hasUserOverride = fs.existsSync(overridePath)
1313

1414
if (hasUserOverride) {
15-
logger.tip(`${chalk.magenta('override.styl')} has been deprecated from v1.0.0, using ${chalk.cyan('.vuepress/style/palette.styl')} instead.\n`)
15+
logger.tip(`${chalk.magenta('override.styl')} has been deprecated from v1.0.0, using ${chalk.cyan('.vuepress/styles/palette.styl')} instead.\n`)
1616
}
1717

1818
const themeStyle = path.resolve(ctx.themePath, 'styles/index.styl')

0 commit comments

Comments
 (0)