Skip to content

Commit

Permalink
Update docs/book/v3/word.md
Browse files Browse the repository at this point in the history
Co-authored-by: George Steel <[email protected]>
Signed-off-by: Richard McHale <[email protected]>
  • Loading branch information
ramchale and gsteel authored Oct 23, 2024
1 parent 2c06fa5 commit cac8ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v3/word.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The following options are supported for `Laminas\Filter\Word\DashToSeparator`:
### Basic Usage

```php
$filter = new Laminas\Filter\Word\DashToSeparator('separator' => '+');
$filter = new Laminas\Filter\Word\DashToSeparator(['separator' => '+']);

print $filter->filter('this-is-my-content');
```
Expand Down

0 comments on commit cac8ec8

Please sign in to comment.