tweaking wording.

This commit is contained in:
Taylor Otwell
2012-05-04 10:51:16 -05:00
parent 84f2209e3c
commit 0824c871fd

View File

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