Skip to content

Commit 670c3da

Browse files
authored
Merge pull request #223 from lloy0076/patch-1
Spelling and Minor Grammar Correction(s)
2 parents 21f820d + b48902a commit 670c3da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/docs/layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Using the layout
22

3-
Note: this instrucions are for [dev-master branch][4], if you are using stable version (1.3) read this ["Using the layout" for old 1.3 version][5].
3+
Note: these instructions are for [dev-master branch][4], if you are using stable version (1.3) read this ["Using the layout" for old 1.3 version][5].
44

55
In order to use the layout, your views should extend from the provided `default-layout`
66
```twig
@@ -33,7 +33,7 @@ Listed in the order of appearance, these are:
3333
</dl>
3434

3535
### layout blocks
36-
The blocks defined in the layout in order of appearance. Some of them do contain some of the major components like the sidebar or navbar. In order to redefine the block and to keep the default content, don't forget to use `{{parent()}}`
36+
The blocks are defined in the layout in order of appearance. Some of them do contain some of the major components like the sidebar or navbar. In order to redefine the block and to keep the default content, don't forget to use `{{parent()}}`
3737

3838
<dt>avanzu_html_start
3939
<dd>In the `html` tag, useful for Angular attributes like ng-app

0 commit comments

Comments
 (0)