Skip to content

Commit

Permalink
fix: corrected to natural Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsurou-Yajima committed Jun 7, 2024
1 parent bf88201 commit c2899ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/tutorials-and-examples/cms/articles-controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CMS チュートリアル - Articles コントローラーの作成
コントローラーのメソッドです。例えば、ユーザーが **www.example.com/articles/index**
(**www.example.com/articles** と同じ) をリクエストした場合、CakePHP は、
``ArticlesController`` の ``index`` メソッドを呼びます。このメソッドは、モデル層に問い合わせ、
ビューでテンプレートを描画してレスポンスの準備する必要があります。そのアクションのコードは、
ビューでテンプレートを描画してレスポンスを準備する必要があります。そのアクションのコードは、
次のようになります。 ::

<?php
Expand Down

0 comments on commit c2899ba

Please sign in to comment.