Skip to content

Commit 0b09ae8

Browse files
authored
Fix typo
サーバーが 86 件、サーバが 1 件だったので、サーバーに統一しました。
1 parent e0dd4fd commit 0b09ae8

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)