We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af5728 commit 070e885Copy full SHA for 070e885
translation-ja/blade.md
@@ -1618,7 +1618,7 @@ Bladeは、コンポーネント名のパスカルケースを使い、コンポ
1618
@endsection
1619
```
1620
1621
-この例では、`sidebar`のセクションは、`@parent`ディレクティブを利用して、(上書きするのではなく)、レイアウトのサイドバーにコンテンツを追加しています。`@parent`ディレクティブは、ビューをレンダするときにレイアウトの内容へ置き換えられます。
+この例では、`sidebar`のセクションは、`@@parent`ディレクティブを利用して、(上書きするのではなく)、レイアウトのサイドバーにコンテンツを追加しています。`@@parent`ディレクティブは、ビューをレンダするときにレイアウトの内容へ置き換えられます。
1622
1623
> [!NOTE]
1624
> 前の例とは反対に、この「サイドバー」のセクションは`@show`の代わりに`@endection`で終わります。`@endection`ディレクティブはセクションを定義するだけですが、一方の`@show`は定義し、そのセクションを**すぐに挿入**します。
0 commit comments