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.
1 parent c26252a commit f84415eCopy full SHA for f84415e
README.md
@@ -55,7 +55,7 @@ And of course you can add your own. The view file will be passed an array of tup
55
`$alerts`, with each tuple in the format `[string $class, string $content]`. Your view file
56
should unpack each tuple:
57
```php
58
-foreach ($alerst as $alert) {
+foreach ($alerts as $alert) {
59
[$class, $content] = $alert;
60
```
61
... then output the alert `$content` wrapped in some appropriate HTML tags with whatever
0 commit comments