Fix typo in 02-liquid.md (#8637)
This commit is contained in:
parent
47a17e2cab
commit
8940ad65b1
|
@ -18,7 +18,7 @@ For example, {% raw %}`{{ page.title }}`{% endraw %} displays the `page.title` v
|
||||||
## Tags
|
## Tags
|
||||||
|
|
||||||
Tags define the logic and control flow for templates. Use curly
|
Tags define the logic and control flow for templates. Use curly
|
||||||
braces and percent signs for objects: {% raw %}`{%`{% endraw %} and
|
braces and percent signs for tags: {% raw %}`{%`{% endraw %} and
|
||||||
{% raw %}`%}`{% endraw %}.
|
{% raw %}`%}`{% endraw %}.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
Loading…
Reference in New Issue