From 0824c871fd80378cbc53f6d8f292eb85a733ddf6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 4 May 2012 10:51:16 -0500 Subject: [PATCH] tweaking wording. --- laravel/documentation/views/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/views/templating.md b/laravel/documentation/views/templating.md index 4a45fce0..8849f0e1 100644 --- a/laravel/documentation/views/templating.md +++ b/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}}. -#### Calling an echo on a function using Blade: +#### Echoing function results using Blade: {{ Asset::styles() }}