Browse Source

fix typo.

Taylor Otwell 12 years ago
parent
commit
74022cfa5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/blade.php

+ 1 - 1
laravel/blade.php

@@ -192,7 +192,7 @@ class Blade {
 			preg_match('/\$[^\s]*/', $forelse, $variable);
 			preg_match('/\$[^\s]*/', $forelse, $variable);
 
 
 			// Once we have extracted the variable being looped against, we can add
 			// 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.
 			// of the variable being looped against is greater than zero.
 			$if = "<?php if (count({$variable[0]}) > 0): ?>";
 			$if = "<?php if (count({$variable[0]}) > 0): ?>";