Skip to content

Commit 6e05242

Browse files
authored
docs: fix attribute in example (#1717)
resolve #1716 vitejs/vite@59249cf の反映です。
1 parent 94a5ce5 commit 6e05242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ HTML ファイルは、Vite プロジェクトの[中心](/guide/#index-html-and
177177
- `<img src>``<img srcset>`
178178
- `<image src>`
179179
- `<input src>`
180-
- `<link href>``<link imagesrcet>`
180+
- `<link href>``<link imagesrcset>`
181181
- `<object data>`
182182
- `<script type="module" src>`
183183
- `<source src>``<source srcset>`

0 commit comments

Comments
 (0)