tweaking wording.

This commit is contained in:
Taylor Otwell 2012-05-04 10:51:16 -05:00
parent 84f2209e3c
commit 0824c871fd
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ #### Echoing a variable using Blade:
Hello, {{$name}}.
#### Calling an echo on a function using Blade:
#### Echoing function results using Blade:
{{ Asset::styles() }}