Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Aug 13, 2022
1 parent 1452ff0 commit 980fab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ChangeCase::header('test string');

#### Head Line Case

> Transform a strings delimited by casing, hyphens, or underscores into a space delimited string with each word's first letter capitalized:
> Transform a strings delimited by casing, hyphens, or underscores into a space delimited string with each word's first letter capitalized.
```php
ChangeCase::headline('test string');
Expand Down

0 comments on commit 980fab3

Please sign in to comment.