Skip to content

Commit 7743cfb

Browse files
committed
Fix trailing whitespace in PHP code blocks
1 parent cbe1bf5 commit 7743cfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/views/helpers/breadcrumbs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $this->Breadcrumbs->insertAt(
4444
// an exception will be raised.
4545
$this->Breadcrumbs->insertBefore(
4646
'Products',
47-
'A product name 1', // the title of the crumb to insert before
47+
'A product name 1', // the title of the crumb to insert before
4848
['controller' => 'products', 'action' => 'index'],
4949
);
5050

@@ -53,7 +53,7 @@ $this->Breadcrumbs->insertBefore(
5353
// an exception will be raised.
5454
$this->Breadcrumbs->insertAfter(
5555
'Products',
56-
'A product name 2', // the title of the crumb to insert after
56+
'A product name 2', // the title of the crumb to insert after
5757
['controller' => 'products', 'action' => 'index'],
5858
);
5959
```

0 commit comments

Comments
 (0)