Skip to content

Commit 0f6bbe0

Browse files
authored
Merge pull request #8147 from yosus/patch-16
Update breadcrumbs.rst
2 parents 88ba7eb + dc0eb79 commit 0f6bbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/views/helpers/breadcrumbs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ In addition to adding to the end of the trail, you can do a variety of operation
5959
// If the named crumb title cannot be found,
6060
// an exception will be raised.
6161
$this->Breadcrumbs->insertBefore(
62-
'A product name', // the title of the crumb to insert before
6362
'Products',
63+
'A product name 1', // the title of the crumb to insert before
6464
['controller' => 'products', 'action' => 'index']
6565
);
6666

6767
// Insert after another crumb, based on the title.
6868
// If the named crumb title cannot be found,
6969
// an exception will be raised.
7070
$this->Breadcrumbs->insertAfter(
71-
'A product name', // the title of the crumb to insert after
7271
'Products',
72+
'A product name 2', // the title of the crumb to insert after
7373
['controller' => 'products', 'action' => 'index']
7474
);
7575

0 commit comments

Comments
 (0)