From 74022cfa5a63e06e1e449147678ffd9b9afadcbf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 3 May 2012 08:38:43 -0500 Subject: [PATCH] fix typo. --- laravel/blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): ?>";