Skip to content

Commit

Permalink
fix: corrected the sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsurou-Yajima committed Jul 12, 2024
1 parent ce228ea commit e02f1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/tutorials-and-examples/blog/part-two.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ CakePHP のリバースルーティング機能を活用することができま
この時点で、ブラウザーから http://www.example.com/articles/index を開いてみてください。
タイトルと投稿内容のテーブル一覧がまとめられているビューが表示されるはずです。

ビューの中のリンク (投稿記事のタイトルから ``/articles/view/どれかのID番号``いう表示を出します
ビューの中のリンク (投稿記事のタイトル) は ``/articles/view/どれかのID番号`` というリンクを表示します
もしそういう表示が出ない場合には、何かおかしくなってしまったか、もうすでにあなたが
その定義作業をしてしまったから(仕事がハヤイ!)か、のどちらかです。
そうでないなら、これから ``ArticlesController`` の中に作ってみましょう。 ::
Expand Down

0 comments on commit e02f1dc

Please sign in to comment.