Skip to content

Commit cb34b4e

Browse files
Merge pull request #658 from Calinou/fix-webpack-casing
Use official capitalization for webpack
2 parents fd79ee4 + 00fead9 commit cb34b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/components/panels/domains.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</h3>
4747
<p class="flex-grow-1">
4848
Use Rust to supercharge your JavaScript, one module at a time.
49-
Publish to npm, bundle with WebPack, and you’re off to the races.
49+
Publish to npm, bundle with webpack, and you’re off to the races.
5050
</p>
5151
<a href="/what/wasm" class="button button-secondary">Learn More</a>
5252
</div>

templates/components/what/wasm/js.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<p>
2323
Publish Rust WebAssembly packages to package registries like npm.
24-
Bundle and ship them with WebPack, Parcel, and others.
24+
Bundle and ship them with webpack, Parcel, and others.
2525
Maintain them with tools like <code>npm audit</code> and Greenkeeper.
2626
</p>
2727
</div>

0 commit comments

Comments
 (0)