Skip to content

Commit ae1817a

Browse files
rodrigopedraAkryum
authored andcommitted
fix: typo (vuejs#1965)
Fixes typo in console.log output when the build is the first build (direcotry => directory)
1 parent 4a07e0d commit ae1817a

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/commands/build

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/commands/build/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async function build (args, api, options) {
226226
isFreshBuild
227227
) {
228228
console.log(
229-
chalk.gray(`Tip: the direcotry is meant to be served by an HTTP server, and will not work if\n` +
229+
chalk.gray(`Tip: the directory is meant to be served by an HTTP server, and will not work if\n` +
230230
`you open it directly over file:// protocol. To preview it locally, use an HTTP\n` +
231231
`server like the ${chalk.yellow(`serve`)} package on npm.\n`)
232232
)

0 commit comments

Comments
 (0)