fix a typo (#13970)

This commit is contained in:
twelch24
2022-05-10 04:00:37 -05:00
committed by GitHub
parent 17efcac2eb
commit 402163fec9

View File

@@ -25,8 +25,7 @@ Controls:
- if-else (Else can be omitted): `@if ($alert->placeholder ==
'value') Some Text @else Other Text @endif`
- foreach-loop: `@foreach ($alert->faults as $key => $value) Key: $key
</br> alue: $value @endforeach`
- foreach-loop: `@foreach ($alert->faults as $key => $value) Key: $key Value: $value @endforeach`
Placeholders: