From 8b137246d41f19318dc235513a4a8018a6c8f587 Mon Sep 17 00:00:00 2001 From: bingtimren Date: Sat, 17 Mar 2018 04:54:21 -0700 Subject: [PATCH] docs(guides): Correct a path error in getting started example (#1899) * correct a path error in example --- src/content/guides/asset-management.md | 3 ++- src/content/guides/getting-started.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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__ - -+ ++ ```