Skip to content

Commit 11116f2

Browse files
adibfirmanyyx990803
authored andcommitted
chore: typo (#4)
1 parent 133bdb3 commit 11116f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/assets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This would work the same way as in `*.vue` file templates. The image will be pro
1313
In addition, you can use the `~` prefix to explicitly indicate this is a webpack module request, allowing you to reference files with webpack aliases or from npm dependencies:
1414

1515
``` md
16-
![Iamge from alias][~@assets/image.png]
17-
![Iamge from dependency][~some-dependency/image.png]
16+
![Image from alias][~@assets/image.png]
17+
![Image from dependency][~some-dependency/image.png]
1818
```
1919

2020
## Public Files

0 commit comments

Comments
 (0)