We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0dd4fd + 0b09ae8 commit 3dbea48Copy full SHA for 3dbea48
docs/4-advanced/02-bundler/index.md
@@ -73,7 +73,7 @@ Vite 内蔵のウェブサーバーが起動し、`http://localhost:5173/` で
73
74
## Vite の仕組み
75
76
-Vite の挙動を理解するため、`Ctrl + C` で先ほど起動させたウェブサーバを停止させ、`npm run build` コマンドを実行してみましょう。
+Vite の挙動を理解するため、`Ctrl + C` で先ほど起動させたウェブサーバーを停止させ、`npm run build` コマンドを実行してみましょう。
77
78
```shell
79
$ npm run build
0 commit comments