From c7ddf3eebf5d6bb04337cfffddaccd7df8a35947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Fri, 27 Oct 2023 11:09:30 +0100 Subject: [PATCH] fix file comments and typo --- en/tutorials-and-examples/cms/database.rst | 8 ++++++-- es/tutorials-and-examples/cms/database.rst | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/en/tutorials-and-examples/cms/database.rst b/en/tutorials-and-examples/cms/database.rst index da063be179..9bfc2c8dde 100644 --- a/en/tutorials-and-examples/cms/database.rst +++ b/en/tutorials-and-examples/cms/database.rst @@ -130,8 +130,9 @@ with those that apply to your setup. A sample completed configuration array might look something like the following:: [ 'default' => [ 'host' => 'localhost', @@ -141,7 +142,7 @@ might look something like the following:: 'url' => env('DATABASE_URL', null), ], ], - // Más configuración abajo. + // More configuration below. ]; Once you've saved your **config/app_local.php** file, you should see that the 'CakePHP is @@ -167,6 +168,7 @@ to **src/Model/Table/ArticlesTable.php**. The completed file should look like this:: [ @@ -162,6 +163,7 @@ en **src/Model/Table**. El archivo que crearemos se guardará en **src/Model/Tab El archivo completo debería verse así::