Skip to content

Commit 4863962

Browse files
authored
docs: use comma instead of colon in backend integration page (#2119)
1 parent 9ee6fd8 commit 4863962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/backend-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</script>
6363
```
6464

65-
3. 本番環境向け: `vite build` を実行後、他のアセットファイルと共に `.vite/manifest.json` ファイルが生成されます。マニフェストファイルの内容は以下のようになります:
65+
3. 本番環境向けには、`vite build` を実行後、他のアセットファイルと共に `.vite/manifest.json` ファイルが生成されます。マニフェストファイルの内容は以下のようになります:
6666

6767
```json [.vite/manifest.json]
6868
{

0 commit comments

Comments
 (0)