From e3bfe86181c37ec4eda6bab6f6df6eb05fe66e0e Mon Sep 17 00:00:00 2001 From: ilhamdev0 <57636145+ilhamdev0@users.noreply.github.com> Date: Sat, 24 Jul 2021 21:43:30 +0700 Subject: [PATCH] Update layout.md --- docs/source/tags/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tags/layout.md b/docs/source/tags/layout.md index 040c12e01..1161b743f 100644 --- a/docs/source/tags/layout.md +++ b/docs/source/tags/layout.md @@ -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