Update layout.md

This commit is contained in:
ilhamdev0
2021-07-25 23:19:10 +08:00
committed by Jun Yang
parent 804947ebb9
commit e3bfe86181
+1 -1
View File
@@ -31,7 +31,7 @@ Variables defined in current template can be passed to a the layout template by
## Blocks
The layout file can contain multiple `blocks` which will be populated by the child template (the caller). For example we have a `default-layout.liquid` file with the following contents:
The layout file can contain multiple `block`s which will be populated by the child template (the caller). For example we have a `default-layout.liquid` file with the following contents:
```
Header