From 6afe96b4f28c70599348b1d7857b6e6854d80eed Mon Sep 17 00:00:00 2001 From: aster <137767097+aster-void@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:56:48 +0900 Subject: [PATCH] fixed it --- docs/3-web-servers/08-database/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-web-servers/08-database/index.mdx b/docs/3-web-servers/08-database/index.mdx index 81abbf19d..55c888420 100644 --- a/docs/3-web-servers/08-database/index.mdx +++ b/docs/3-web-servers/08-database/index.mdx @@ -111,7 +111,7 @@ VS Code 向けの Prisma 拡張機能をインストールしましょう。 npx prisma init ``` -コマンドを実行します。パッケージを実行しても良いか尋ねられる場合は、`y` を入力して許可しましょう。 +コマンドを実行します。パッケージをインストールしても良いか尋ねられる場合は、`y` を入力して許可しましょう。