Skip to content

Commit bafec99

Browse files
committed
Merge pull request #3 from swashcap/patch-1
Fix typos in index.html.
2 parents b0c9c55 + 742efbc commit bafec99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ <h2>How do I get stats JSON from webpack?</h2>
3232
<p>Or you can use <a href="https://www.npmjs.com/package/webpack-stats-plugin">webpack-stats-plugin</a></p>
3333

3434
<h2>Disclaimer</h2>
35-
<p> Webpack records the pre-minified size of each module (since minifying is done with a plugin rather than a loader). Since not all modules minify as efficiently as others, the perecentages displayed here can only be an approximation of the true, minfied numbers.</p>
35+
<p> Webpack records the pre-minified size of each module (since minifying is done with a plugin rather than a loader). Since not all modules minify as efficiently as others, the percentages displayed here can only be an approximation of the true, minified numbers.</p>
3636

3737
<h2>Contribute!</h2>
3838
<p>This tool is still pretty new. Check it out on <a href="https://github.com/chrisbateman/webpack-visualizer">GitHub</a>, and please <a href="https://github.com/chrisbateman/webpack-visualizer/issues">report issues or request features</a>!</p>
3939

4040
<h2>Acknowledgements</h2>
41-
<p><a href="https://github.com/hughsk/disc">Disc</a> for Browserify did this first. Thanks also to <a href="https://gist.github.com/kerryrodden/7090426">this example</a> from the D3 gallery for demonstating how to create sunburst charts.</a></p>
41+
<p><a href="https://github.com/hughsk/disc">Disc</a> for Browserify did this first. Thanks also to <a href="https://gist.github.com/kerryrodden/7090426">this example</a> from the D3 gallery for demonstrating how to create sunburst charts.</a></p>
4242

4343
<h2>Comments, questions</h2>
4444
<p>Let me know! <a href="https://twitter.com/batemanchris/">@batemanchris</a></p>
@@ -55,4 +55,4 @@ <h2>Comments, questions</h2>
5555
ga('send', 'pageview');
5656
</script>
5757
</body>
58-
</html>
58+
</html>

0 commit comments

Comments
 (0)