Skip to content

Commit d6211a1

Browse files
committed
Fix double-escaped method call
1 parent 4b24a7f commit d6211a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/1_guide/15_cache/guide.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Option | Value
5151

5252
### Excluding pages using a page model
5353

54-
If you need even more detailed control over which pages are cached or ignored, you can use (link: docs/guide/templates/page-models text: page models) with an override of the (link: docs/reference/objects/cms/page/is-cacheable text: `$page->isCacheable()`) method:
54+
If you need even more detailed control over which pages are cached or ignored, you can use (link: docs/guide/templates/page-models text: page models) with an override of the (method: $page->isCacheable()) method:
5555

5656
```php
5757
<?php

0 commit comments

Comments
 (0)