Skip to content

Commit cd99a2e

Browse files
committed
Typo fix
1 parent 09250c6 commit cd99a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

materials/appendixA/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ <h1 id="loaders">Loaders</h1>
474474

475475
<p>To exemplify, let's change our sample application and move the greeting text to a separate Json configuration file. Start by installing Webpack's json loader module:</p>
476476

477-
<p><pre><code class='bash'>npm install --save json-loader</code></pre></p>
477+
<p><pre><code class='bash'>npm install --save-dev json-loader</code></pre></p>
478478

479479
<p>Next, edit the webpack configuration file to add the JSON loader:</p>
480480

0 commit comments

Comments
 (0)