From d0a33cc6599aca5e8e60da7b5805cec0f79917f5 Mon Sep 17 00:00:00 2001 From: oppara Date: Mon, 7 Apr 2025 10:42:47 +0900 Subject: [PATCH] Update database.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed a few tiny grammar things. 「てにをは」を追加しました。 --- ja/tutorials-and-examples/cms/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/tutorials-and-examples/cms/database.rst b/ja/tutorials-and-examples/cms/database.rst index d0b457c989..742b8ab157 100644 --- a/ja/tutorials-and-examples/cms/database.rst +++ b/ja/tutorials-and-examples/cms/database.rst @@ -67,7 +67,7 @@ CMS チュートリアル - データベース作成 データベースの設定 =================== -次に、どこにデータベースあるか、そしてどうやってデータベースに接続するかを CakePHP +次に、どこにデータベースがあるか、そしてどうやってデータベースに接続するかを CakePHP に伝えましょう。あなたのセットアップを適用するために **config/app.php** ファイルの中の ``Datasources.default`` 配列の値を置き換えてください。 完全な設定配列の例は、以下のようになります。 ::