diff --git a/src/content/guides/asset-management.md b/src/content/guides/asset-management.md index c78d4ad35e88..8a075fe54de3 100644 --- a/src/content/guides/asset-management.md +++ b/src/content/guides/asset-management.md @@ -6,6 +6,7 @@ contributors: - michael-ciniawsky - TheDutchCoder - sudarsangp + - chenxsan --- If you've been following the guides from the start, you will now have a small project that shows "Hello webpack". Now let's try to incorporate some other assets, like images, to see how they can be handled. @@ -325,7 +326,7 @@ __project__ |- /node_modules ``` -With the loader configured and fonts in place, you can use incorporate them via an `@font-face` declaration. The local `url(...)` directive will be picked up by webpack just as it was with the image: +With the loader configured and fonts in place, you can incorporate them via an `@font-face` declaration. The local `url(...)` directive will be picked up by webpack just as it was with the image: __src/style.css__ diff --git a/src/content/guides/getting-started.md b/src/content/guides/getting-started.md index 5c6ecb11d0c1..3fb03df94a9d 100644 --- a/src/content/guides/getting-started.md +++ b/src/content/guides/getting-started.md @@ -167,7 +167,7 @@ __dist/index.html__
- -+ ++