Skip to content

Commit bd128a5

Browse files
chenxsanTheDutchCoder
authored andcommitted
docs(guides): fix sentence (#1887)
This removes a word that made a sentence not grammatically correct.
1 parent 98aba95 commit bd128a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/guides/asset-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ contributors:
66
- michael-ciniawsky
77
- TheDutchCoder
88
- sudarsangp
9+
- chenxsan
910
---
1011

1112
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__
325326
|- /node_modules
326327
```
327328

328-
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:
329+
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:
329330

330331
__src/style.css__
331332

0 commit comments

Comments
 (0)