Skip to content

Commit

Permalink
fix(client): fix typo in overlay config hint (#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidohlin committed Oct 19, 2021
1 parent d1c85d1 commit 96591bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/src/client/overlay.ts
Expand Up @@ -106,8 +106,8 @@ code {
<pre class="stack"></pre>
<div class="tip">
Click outside or fix the code to dismiss.<br>
You can also disable this overlay with
<code>hmr: { overlay: false }</code> in <code>vite.config.js.</code>
You can also disable this overlay by setting
<code>server.hmr.overlay</code> to <code>false</code> in <code>vite.config.js.</code>
</div>
</div>
`
Expand Down

0 comments on commit 96591bf

Please sign in to comment.