Skip to content

Commit b02e7a8

Browse files
authored
Merge pull request #24 from wvandeweyer/fix-readme-typo
Fix typo in README
2 parents 3409d58 + 98a6b72 commit b02e7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Laraflash::message()->content('Some content')->title('Some title')->type('succes
4444
laraflash()->message()->content('Some content')->title('Some title')->type('success');
4545
```
4646

47-
> `Laraflash` facade can be replaced with the `laraflsh()` helper as you could saw in the example above.
47+
> `Laraflash` facade can be replaced with the `laraflash()` helper as you could saw in the example above.
4848
4949
```php
5050
laraflash()->message('Some content', 'Some title')->success();

0 commit comments

Comments
 (0)