From 7b1e76965ed10dd49b90872cdb68acb469fb171b Mon Sep 17 00:00:00 2001 From: Naoto Yamaji Date: Sat, 14 Sep 2024 08:43:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=83=BC=E3=82=B7=E3=83=A3=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=81=BF=E5=85=88=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/source/ja/action_view_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/ja/action_view_overview.md b/guides/source/ja/action_view_overview.md index 9b7fb401984..798d8cc7b8e 100644 --- a/guides/source/ja/action_view_overview.md +++ b/guides/source/ja/action_view_overview.md @@ -205,7 +205,7 @@ Railsは、デフォルトでビューの各テンプレートをコンパイル <%= render "application/product" %> ``` -上のコードは、その位置に`app/views/application/_menu.html.erb`パーシャルを読み込みます。 +上のコードは、その位置に`app/views/application/_product.html.erb`パーシャルを読み込みます。 [`render`]: https://api.rubyonrails.org/classes/ActionView/Helpers/RenderingHelper.html#method-i-render