Skip to content

Commit

Permalink
chore: fix typo in console warning message (#14519)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakleed authored Oct 3, 2023
1 parent a30fdd9 commit ad9718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/middlewares/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export function transformMiddleware(
}
} else {
warning =
`files in the public directory are served at the root path.\n` +
`Files in the public directory are served at the root path.\n` +
`Instead of ${colors.cyan(url)}, use ${colors.cyan(
url.replace(publicPath, '/'),
)}.`
Expand Down

0 comments on commit ad9718d

Please sign in to comment.