Skip to content

Commit c175fc3

Browse files
committed
Merge pull request laravel#1559 from ElfSundae/5.1
Fix spelling: change @extend to @extends
2 parents d0d3978 + e933af4 commit c175fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Now that we have defined a layout for our application, let's define a child page
4646
<a name="extending-a-layout"></a>
4747
### Extending A Layout
4848

49-
When defining a child page, you may use the Blade `@extends` directive to specify which layout the child page should "inherit". Views which `@extend` a Blade layout may inject content into the layout's sections using `@section` directives. Remember, as seen in the example above, the contents of these sections will be displayed in the layout using `@yield`:
49+
When defining a child page, you may use the Blade `@extends` directive to specify which layout the child page should "inherit". Views which `@extends` a Blade layout may inject content into the layout's sections using `@section` directives. Remember, as seen in the example above, the contents of these sections will be displayed in the layout using `@yield`:
5050

5151
<!-- Stored in resources/views/layouts/child.blade.php -->
5252

0 commit comments

Comments
 (0)