We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3409d58 + 98a6b72 commit b02e7a8Copy full SHA for b02e7a8
README.md
@@ -44,7 +44,7 @@ Laraflash::message()->content('Some content')->title('Some title')->type('succes
44
laraflash()->message()->content('Some content')->title('Some title')->type('success');
45
```
46
47
-> `Laraflash` facade can be replaced with the `laraflsh()` helper as you could saw in the example above.
+> `Laraflash` facade can be replaced with the `laraflash()` helper as you could saw in the example above.
48
49
```php
50
laraflash()->message('Some content', 'Some title')->success();
0 commit comments