Skip to content

Commit

Permalink
string() convenience method.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 22, 2024
1 parent 8430150 commit aaa92fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HtmlStringable.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $this->Form->postLink($icon, ['action' => 'delete', $id]);
The Html helper can be used to create Html value objects:

```php
$html = $this->Htmlstring('<i>text</i>');
$html = $this->Html->string('<i>text</i>');
$this->Html->link($html, '/my/url');
```

Expand Down

0 comments on commit aaa92fb

Please # to comment.