Skip to content

Commit f84415e

Browse files
committed
Typo
1 parent c26252a commit f84415e

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
@@ -55,7 +55,7 @@ And of course you can add your own. The view file will be passed an array of tup
5555
`$alerts`, with each tuple in the format `[string $class, string $content]`. Your view file
5656
should unpack each tuple:
5757
```php
58-
foreach ($alerst as $alert) {
58+
foreach ($alerts as $alert) {
5959
[$class, $content] = $alert;
6060
```
6161
... then output the alert `$content` wrapped in some appropriate HTML tags with whatever

0 commit comments

Comments
 (0)