diff --git a/laravel/blade.php b/laravel/blade.php index 929efd05..d1639929 100644 --- a/laravel/blade.php +++ b/laravel/blade.php @@ -192,7 +192,7 @@ protected static function compile_forelse($value) preg_match('/\$[^\s]*/', $forelse, $variable); // Once we have extracted the variable being looped against, we can add - // an if statmeent to the start of the loop that checks if the count + // an if statement to the start of the loop that checks if the count // of the variable being looped against is greater than zero. $if = " 0): ?>";