Browse Source

Merge pull request #1479 from Ore4444/patch-1

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

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

@@ -166,9 +166,9 @@ Not only does Blade provide clean, elegant syntax for common PHP control structu
 	<html>
 		<ul class="navigation">
 			@section('navigation')
-				<li>Nav Item 1</li>
-				<li>Nav Item 2</li>
-			@yield_section
+				<li>Example Item 1</li>
+				<li>Example Item 2</li>
+			@endsection
 		</ul>
 
 		<div class="content">