Skip to content

Commit

Permalink
Minor change to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shailen-naidoo committed Feb 22, 2020
1 parent 7d44393 commit e8e2c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/hydrogen-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const page = () => html`
<h2 id="delete-dist-folder-before-build">Delete dist folder before build <code class="badge">New v0.8</code></h2>
<p>
Hydrogen will automatically delete the <code class="code">dist</code> folder before each build by default.
You can turn this off by setting <code class="code">build.deleteFolder</code> to <code class="code">true</code>
You can turn this off by setting <code class="code">build.deleteFolder</code> to <code class="code">false</code>
</p>
<pre>
<code class="lang-javascript">
Expand Down

0 comments on commit e8e2c56

Please sign in to comment.