Skip to content

Commit 3dbea48

Browse files
authored
Merge pull request #302 from ut-code/fix-typo
Fix typo
2 parents e0dd4fd + 0b09ae8 commit 3dbea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4-advanced/02-bundler/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Vite 内蔵のウェブサーバーが起動し、`http://localhost:5173/` で
7373

7474
## Vite の仕組み
7575

76-
Vite の挙動を理解するため、`Ctrl + C` で先ほど起動させたウェブサーバを停止させ`npm run build` コマンドを実行してみましょう。
76+
Vite の挙動を理解するため、`Ctrl + C` で先ほど起動させたウェブサーバーを停止させ`npm run build` コマンドを実行してみましょう。
7777

7878
```shell
7979
$ npm run build

0 commit comments

Comments
 (0)