Skip to content

Commit

Permalink
Update packages/vite/src/node/server/middlewares/static.ts
Browse files Browse the repository at this point in the history
Co-authored-by: patak <matias.capeletto@gmail.com>
  • Loading branch information
antfu and patak-dev authored May 5, 2021
1 parent 28c90bc commit 93cf900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/middlewares/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function renderFsRestrictedHTML(root: string) {
<body>
<h1>403 Restricted</h1>
<p>
For security concern, accessing files outside of workspace root
For security concerns, accessing files outside of workspace root
(<code>${root}</code>) is restricted since Vite v2.3.x
</p>
<p>
Expand Down

0 comments on commit 93cf900

Please sign in to comment.