Browse Source

tweaking wording.

Taylor Otwell 12 years ago
parent
commit
0824c871fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/views/templating.md

+ 1 - 1
laravel/documentation/views/templating.md

@@ -65,7 +65,7 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y
 
 
 	Hello, {{$name}}.
 	Hello, {{$name}}.
 	
 	
-#### Calling an echo on a function using Blade:
+#### Echoing function results using Blade:
 
 
 	{{ Asset::styles() }}
 	{{ Asset::styles() }}